[clutter-gst] examples: video-flip: tweak animation duration again
- From: Lionel Landwerlin <llandwerlin src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter-gst] examples: video-flip: tweak animation duration again
- Date: Wed, 20 Mar 2013 14:38:01 +0000 (UTC)
commit 9c36b1a915905dd4421e27113b3de882a12c4f9c
Author: Lionel Landwerlin <llandwerlin gmail com>
Date: Tue Mar 19 12:02:21 2013 +0000
examples: video-flip: tweak animation duration again
examples/video-flip.js | 4 ++--
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,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]