summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxflipable.h
Commit message (Collapse)AuthorAgeFilesLines
* API improvements for Flipable.Michael Brasser2009-04-291-0/+10
| | | | | | You can now specify an axis and rotation, rather than using transform. The tranform behavior has been preserved, however, to allow for cases where you want a more complex transform when rotating.
* API and documentation work on the transform elements.Michael Brasser2009-04-281-0/+96
Axis has been split into Axis, AxisRotation, and AxisTranslation. Basic docs (in some cases just a stub) have been added for these, Perspective, and Squish. Flipable has moved to its own file.