summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative/effects.qdoc
blob: 6181e208a1861566e7e4365c30489ab3902076b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/*! 
\page effects.html
\target qmleffects
\title Visual Effects

\section1 Basic Effects

\list
\o Scaling (\l Item \bold scale property)
\o Opacity (\l Item \bold opacity property)
\o Rotation (\l Item \bold rotation property, and Rotation3D)
\o Affine Transforms (\l Squish)
\endlist

\section1 Advanced Effects

These effects are currently only supported by the OpenGL canvas backend. Support for other
backends may be added if the performance can be made acceptable.

\list
\o Perspective Transforms (\l Perspective, Translation3D)
\o \l Shadow
\o \l Blur
\o \l Reflection
\o \l Highlight
\o \l Particles
\endlist

*/