diff options
Diffstat (limited to 'src/declarative/util/qdeclarativeanimation.cpp')
-rw-r--r-- | src/declarative/util/qdeclarativeanimation.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/declarative/util/qdeclarativeanimation.cpp b/src/declarative/util/qdeclarativeanimation.cpp index 3017e22..1365cd7 100644 --- a/src/declarative/util/qdeclarativeanimation.cpp +++ b/src/declarative/util/qdeclarativeanimation.cpp @@ -1947,6 +1947,9 @@ void QDeclarativePropertyAnimation::setTo(const QVariant &t) easing.period is only applicable if type is: Easing.InElastic, Easing.OutElastic, Easing.InOutElastic or Easing.OutInElastic. + + See the \l {declarative/animation/easing}{easing} example for a demonstration of + the different easing settings. */ QEasingCurve QDeclarativePropertyAnimation::easing() const { |