aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/animation/animation.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/animation/animation.qml')
-rw-r--r--examples/quick/animation/animation.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/quick/animation/animation.qml b/examples/quick/animation/animation.qml
index 2bf5a05712..cf894d1f35 100644
--- a/examples/quick/animation/animation.qml
+++ b/examples/quick/animation/animation.qml
@@ -50,6 +50,7 @@ Item {
Component.onCompleted: {
addExample("ColorAnimation", "Interpolates between colors", Qt.resolvedUrl("basics/color-animation.qml"));
addExample("PropertyAnimation", "Interpolates between numbers", Qt.resolvedUrl("basics/property-animation.qml"));
+ addExample("Animators", "Using Animators", Qt.resolvedUrl("basics/animators.qml"));
addExample("Behaviors", "Animates procedural movement", Qt.resolvedUrl("behaviors/behavior-example.qml"));
addExample("Wiggly Text", "Text that wiggles as you drag it", Qt.resolvedUrl("behaviors/wigglytext.qml"));
addExample("Tv Tennis", "Paddles that follow a ball", Qt.resolvedUrl("behaviors/tvtennis.qml"));