summaryrefslogtreecommitdiff
path: root/examples/video-flip.js
diff options
context:
space:
mode:
Diffstat (limited to 'examples/video-flip.js')
-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 f430c06..a2d0901 100644
--- a/examples/video-flip.js
+++ b/examples/video-flip.js
@@ -163,7 +163,7 @@ for (let i = 0; i < ROWS; i++) {
actors.push(actor);
let animEnterParams = {
- duration: 250,
+ duration: 350,
mode: Clutter.AnimationMode.EASE_OUT_CUBIC,
properties: {
'rotation-angle-y': 180,
@@ -179,7 +179,7 @@ for (let i = 0; i < ROWS; i++) {
},
};
let animLeaveParams = {
- duration: 250,
+ duration: 350,
mode: Clutter.AnimationMode.EASE_OUT_CUBIC,
properties: {
'rotation-angle-y': 0,