summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorLionel Landwerlin <llandwerlin@gmail.com>2013-03-18 23:35:28 +0000
committerLionel Landwerlin <llandwerlin@gmail.com>2013-03-18 23:35:28 +0000
commite03300e983a8450d7a1cd116e3894d2b47d3398c (patch)
treeed1167cfc5f471b705c5876e796a7851b7c209f0 /examples
parentb654035762413f27b84c0aff84859741ae40aebd (diff)
downloadclutter-gst-e03300e983a8450d7a1cd116e3894d2b47d3398c.tar.gz
examples: video-flip: tweak animation duration
Diffstat (limited to 'examples')
-rw-r--r--examples/video-flip.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/video-flip.js b/examples/video-flip.js
index 3f2e074..22f88e6 100644
--- a/examples/video-flip.js
+++ b/examples/video-flip.js
@@ -175,7 +175,7 @@ for (let i = 0; i < ROWS; i++) {
actors.push(actor);
let animEnterParams = {
- duration: 100,
+ duration: 250,
mode: Clutter.AnimationMode.EASE_OUT_CUBIC,
properties: {
'rotation-angle-y': 180,
@@ -191,7 +191,7 @@ for (let i = 0; i < ROWS; i++) {
},
};
let animLeaveParams = {
- duration: 100,
+ duration: 250,
mode: Clutter.AnimationMode.EASE_OUT_CUBIC,
properties: {
'rotation-angle-y': 0,