summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative/effects.qdoc
blob: 8350dc46a17ba4d2a8622838729ad5e1fd889950 (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 \l Shadow
\o \l Blur
\o \l Reflection
\o \l Highlight
\o \l Particles
\endlist

*/