diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2009-05-01 04:41:06 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2009-05-01 04:41:06 (GMT) |
commit | d40df4790d6c8f6b6572c46c91ec058c86b44942 (patch) | |
tree | c430b0639ae6642d341258160c9d90f057c6bd9c /doc/src/declarative/effects.qdoc | |
parent | e93e5076e11a7a9cfdd4b9cb1a2d4dbf1f579177 (diff) | |
download | Qt-d40df4790d6c8f6b6572c46c91ec058c86b44942.zip Qt-d40df4790d6c8f6b6572c46c91ec058c86b44942.tar.gz Qt-d40df4790d6c8f6b6572c46c91ec058c86b44942.tar.bz2 |
Doc work.
Diffstat (limited to 'doc/src/declarative/effects.qdoc')
-rw-r--r-- | doc/src/declarative/effects.qdoc | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/doc/src/declarative/effects.qdoc b/doc/src/declarative/effects.qdoc index e3c68bd..6181e20 100644 --- a/doc/src/declarative/effects.qdoc +++ b/doc/src/declarative/effects.qdoc @@ -1,17 +1,15 @@ /*! \page effects.html -\target effects +\target qmleffects \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) +\o Rotation (\l Item \bold rotation property, and Rotation3D) +\o Affine Transforms (\l Squish) \endlist \section1 Advanced Effects @@ -20,7 +18,7 @@ These effects are currently only supported by the OpenGL canvas backend. Support backends may be added if the performance can be made acceptable. \list -\o X/Y-Axis Rotation (see \l Transform) +\o Perspective Transforms (\l Perspective, Translation3D) \o \l Shadow \o \l Blur \o \l Reflection |