Revision 2cc766f...
Go back to digest for 4th August 2013Features in Other
Anton Kreuzkamp committed changes in [qmlweb] /:
Add support for states and transitions.
This change adds the element types "State", "PropertyChanges" and "Transition".
It also adds the properties "states", "transitions" and "state" to Item.
Moreover it makes the properties "targets" and "properties" of PropertyAnimation
work, which is needed for transitions. It also adjusts the parser to understand
the syntax "targets: [rect1, rect2]" correctly. To QMLBinding it adds a way to
set a evauluated binding-function instead of a src, which is needed to be able
to revert properties to their old binding.
File Changes
Added 1 files
- test/testpad/states.qml
Modified 3 files
- src/parser.js
- src/qtcore.js
- test/testpad/files.json
4 files changed in total