summaryrefslogtreecommitdiffstats
path: root/examples/declarative/animations/easing.qml
Commit message (Collapse)AuthorAgeFilesLines
* Restructure the examples. They are now organized into variousBea Lam2010-05-161-105/+0
| | | | | | subdirectories to make it easier to locate examples for certain features (e.g. animation) and to distinguish between different types of examples (e.g. very basic examples vs complex demo-like examples).
* Use enum rather than string for easing type.Yann Bodson2010-05-051-49/+55
|
* Docs Changes to start page. Minor change to Elements doc. See also added to ↵Peter Yard2010-04-271-2/+2
| | | | some elements docs.
* Replace "import Qt 4.6" with "import Qt 4.7"Michael Brasser2010-04-081-1/+1
|
* Renamed Flickable viewportXXX properties contentXXXMartin Jones2010-02-261-1/+1
| | | | A viewport is the thing you look through, not what you look at.
* Updates all qml examples/demos to use the easing curve value type syntaxLeonardo Sobral Cunha2010-02-231-43/+43
|
* Rename MouseRegion -> MouseAreaMartin Jones2010-02-221-1/+1
|
* Get rid of the matchProperties/properties distinction, as itMichael Brasser2010-02-181-2/+2
| | | | | | | | | | | has proven to be confusing in practice. property/target and properties/targets will be functionally equivilant (the only distinction being singular/plural). In a transition these properties can be used for both 'matching' and explicit animation based on whether a 'to' value is supplied. The documentation, tests, examples and demos have been updated as well.
* Rename targets -> matchTargets and properties -> matchProperties.Michael Brasser2009-11-061-2/+2
|
* cleanupYann Bodson2009-10-301-0/+99