mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-01-30 23:02:18 +00:00
23 lines
444 B
Plaintext
23 lines
444 B
Plaintext
Standard Graphical Effects
|
|
==========================
|
|
|
|
This document lists the standard effects provided by (or yet to be implemented) in libplasma.
|
|
|
|
CrossFade
|
|
---------
|
|
Fades between two images.
|
|
|
|
Parameters:
|
|
* Source image
|
|
* Destination image
|
|
* Timelapse (0 -> use standard time setting)
|
|
|
|
Spin
|
|
----
|
|
Creates the illusion of spinning an item to show its back.
|
|
|
|
Parameters:
|
|
* Source QGraphicsItem
|
|
* Destination QGraphicsItem
|
|
|