]> _ Git - fluidbook-html5.git/commitdiff
wip #2332 @1
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 17 Jan 2019 18:38:50 +0000 (19:38 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 17 Jan 2019 18:38:50 +0000 (19:38 +0100)
js/libs/fluidbook/fluidbook.3dflip.js
js/libs/fluidbook/fluidbook.js
js/libs/fluidbook/fluidbook.links.js

index ed4d2467cfc62546d7e02428adee27e5ed5cd27f..c01b88a1329c4cbb22ea9b99be89766d6f96c3a0 100644 (file)
@@ -227,7 +227,7 @@ Fluidbook3DFlip.prototype = {
             this.triangles = 3;
             this.animationTime /= 1.25;
         } else {
-            this.qualityRatio = 2;
+            this.qualityRatio = 1.8;
             this.triangles = 5;
         }
 
index fa092b4edea2087308fdf61beaf46e6eba2c31d7..1905bab25a7103fae9aae233a2dcb6d49db89b0f 100644 (file)
@@ -189,7 +189,7 @@ Fluidbook.prototype = {
 
     _hideSplash: function () {
         var $this = this;
-        var timeout = 300;
+        var timeout = 800;
 
         setTimeout(function () {
             $this.__hideSplash();
index a7de95497b5e7e18793991010fece5df6c799997..a7303047becea8802bfeead66405324fc0ebb593 100644 (file)
@@ -241,6 +241,10 @@ FluidbookLinks.prototype = {
             additionalDelay = 0;
         }
 
+        if (this.fluidbook.pagetransitions.transitionning) {
+            return;
+        }
+
         var animateBookmarks = (this.fluidbook.datas.bookmarkBlinkOnPageChange == true);
 
         var $this = this;