From 99d756aca86fb9c7a92d50bda05a9911af3229b6 Mon Sep 17 00:00:00 2001 From: Martin Jones Date: Tue, 16 Mar 2010 18:02:55 +1000 Subject: Add easing changes to QmlChanges.txt --- src/declarative/QmlChanges.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/declarative/QmlChanges.txt b/src/declarative/QmlChanges.txt index e9325b7..7c584b4d 100644 --- a/src/declarative/QmlChanges.txt +++ b/src/declarative/QmlChanges.txt @@ -57,6 +57,14 @@ matchProperties and matchTargets have been renamed back to properties and target The semantics are explained in the PropertyAnimation::properties documentation and the animation overview documentation. +Easing curves and their parameters are now specified via dot properties: +* easing.type : enum +* easing.amplitude : real +* easing.overshoot : real +* easing.period : real +For example: +PropertyAnimation { properties: "y"; easing.type: "InOutElastic"; easing.amplitude: 2.0; easing.period: 1.5 } + C++ API ------- QML_DEFINE_... definition macros, previously global macros, are replaced by -- cgit v0.12