summaryrefslogtreecommitdiffstats
path: root/examples/declarative/behaviours/behavior.qml
Commit message (Collapse)AuthorAgeFilesLines
* Fix examples after 47fb07c9fdf47584ae55f3412102bbeef5576b04.Yann Bodson2010-03-181-72/+0
|
* Make "on" syntax mandatory for value sources and interceptorsAaron Kennedy2010-03-021-3/+3
| | | | | | | | | | | | | | | | | | | | | Where you would have written x: NumberAnimation {} y: Behavior {} you now must write NumberAnimation on x {} Behavior on y {} This change also makes the parser more strict with respect to multiple assignments to a single property - they're no longer allowed. For example this x: 10 x: 11 is now an error.
* Start updating state and animation docs.Michael Brasser2009-10-221-0/+72