]> _ Git - fluidbook-html5.git/commitdiff
fix #2243 @0:20
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 17 Dec 2018 15:54:31 +0000 (16:54 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 17 Dec 2018 15:54:31 +0000 (16:54 +0100)
js/libs/fluidbook/fluidbook.3dflip.js

index 0d3cd4b7c7aa97897e0b7556a54db7000f0a4ec2..41bc5926ea1950caf5e2a4a20c3943fc71f44bd7 100644 (file)
@@ -569,13 +569,14 @@ Fluidbook3DFlip.prototype = {
         this.progressAnimation(0);
         this.animate(false);
 
+        var delay = this.fluidbook.support.iOS ? 0.05 : 0;
+
         TweenMax.fromTo(this, this.animationTime * timeScale,
-            {
-                progressAnimation: 0,
-            },
+            {progressAnimation: 0,},
             {
                 progressAnimation: 1,
                 ease: Power0.easeIn,
+                delay: delay,
                 onComplete: function () {
                     $this.turnRunning = false;
                     this.tlname = '';