Adding custom easing curves to property animations
authorAaron Kennedy <aaron.kennedy@nokia.com>
Mon, 21 Nov 2011 17:51:31 +0000 (17:51 +0000)
committerQt by Nokia <qt-info@nokia.com>
Mon, 21 Nov 2011 18:01:16 +0000 (19:01 +0100)
commitfbbc3cab4ac57b99387c7955e712cfea7cd72856
tree25089694b0ca98571eca11c94ce5608012e428bc
parentaf0af6fa1ad428931c729738a14bdf6fbb910887
Adding custom easing curves to property animations

QDeclarativeEasingValueType gets the property customBezierCurve.
This allows to define a custom easing curve as a cubic bezier curve.

Change-Id: I33ae128ce29bba2834eedcbb90a9769a5391f997
Reviewed-by: Aaron Kennedy <aaron.kennedy@nokia.com>
examples/declarative/animation/easing/easing.qml
src/declarative/items/qquickcanvas.h
src/declarative/qml/qdeclarativevaluetype.cpp
src/declarative/qml/qdeclarativevaluetype_p.h
tools/qmleasing/TextField.qml [new file with mode: 0644]
tools/qmleasing/easing.qml [new file with mode: 0644]
tools/qmleasing/main.cpp [new file with mode: 0644]
tools/qmleasing/qmleasing.pro [new file with mode: 0644]
tools/qmleasing/resources.qrc [new file with mode: 0644]
tools/tools.pro