diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2010-03-14 23:19:33 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2010-03-14 23:19:56 (GMT) |
commit | 2d0a93bd816b7cfce41acf37da479758c175aa7a (patch) | |
tree | 39aca7f3a5b5b21c0b24f5f0cac691c1364c047b /src/declarative | |
parent | 5e47575a366d98ab3317f52ab0170f853fd25793 (diff) | |
download | Qt-2d0a93bd816b7cfce41acf37da479758c175aa7a.zip Qt-2d0a93bd816b7cfce41acf37da479758c175aa7a.tar.gz Qt-2d0a93bd816b7cfce41acf37da479758c175aa7a.tar.bz2 |
Fix typo.
Diffstat (limited to 'src/declarative')
-rw-r--r-- | src/declarative/util/qdeclarativeanimation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/util/qdeclarativeanimation.cpp b/src/declarative/util/qdeclarativeanimation.cpp index d77ef40..652d359 100644 --- a/src/declarative/util/qdeclarativeanimation.cpp +++ b/src/declarative/util/qdeclarativeanimation.cpp @@ -1883,7 +1883,7 @@ void QDeclarativePropertyAnimation::setTo(const QVariant &t) For the easing you can specify the following parameters: type, amplitude, period and overshoot. \qml - PropertyAnimation { properties: "y"; easing.type: "InOutElastc"; easing.amplitude: 2.0; easing.period: 1.5 } + PropertyAnimation { properties: "y"; easing.type: "InOutElastic"; easing.amplitude: 2.0; easing.period: 1.5 } \endqml Available types are: |