]> _ Git - fluidbook-html5.git/commitdiff
#2231
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 3 Oct 2018 09:30:41 +0000 (11:30 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 3 Oct 2018 09:30:41 +0000 (11:30 +0200)
js/libs/fluidbook/fluidbook.menu.js

index 18c2bf58e737573a46d54bbeac7620ed05df85b3..d5973354c11b144112e6875bc6a89a943e28f047 100644 (file)
@@ -156,7 +156,7 @@ FluidbookMenu.prototype = {
         $("#view").append('<div class="mview" dir="ltr" data-menu="multimedia"' + read + '>' + view + '</div>');
 
         if(animateLinks){
-            this.fluidbook.links.animateLinks($("#view"),1000);
+            this.fluidbook.links.animateLinks($("#view"),500);
         }
 
         if (callback != undefined) {