From 71be51f256edbac81966e1d65ef6f774f5fa17e9 Mon Sep 17 00:00:00 2001 From: Martin Jones Date: Mon, 22 Mar 2010 09:44:24 +1000 Subject: Fix Behavior documentation due to easing changes. --- src/declarative/util/qdeclarativebehavior.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/declarative/util/qdeclarativebehavior.cpp b/src/declarative/util/qdeclarativebehavior.cpp index d90ca33..1e000df 100644 --- a/src/declarative/util/qdeclarativebehavior.cpp +++ b/src/declarative/util/qdeclarativebehavior.cpp @@ -83,7 +83,8 @@ public: y: 200 // initial value Behavior on y { NumberAnimation { - easing: "easeOutBounce(amplitude:100)" + easing.type: "OutBounce" + easing.amplitude: 100 duration: 200 } } -- cgit v0.12