summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative/effects.qdoc
blob: e3c68bd616df0d79249168c6442e62afc7ca3a11 (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
30
31
/*! 
\page effects.html
\target effects
\title Visual Effects


\section1 Basic Effects

These effects are currently supported by all canvas backends.

\list
\o Scaling (\l Item \bold scale property)
\o Opacity (\l Item \bold opacity property)
\o Z-Axis Rotation (\l Item \bold rotation property)
\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 X/Y-Axis Rotation (see \l Transform)
\o \l Shadow
\o \l Blur
\o \l Reflection
\o \l Highlight
\o \l Particles
\endlist

*/