]> _ Git - fluidbook-html5.git/commitdiff
wait #5515
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 7 Oct 2022 16:37:31 +0000 (18:37 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 7 Oct 2022 16:37:31 +0000 (18:37 +0200)
js/libs/fluidbook/fluidbook.links.js

index cf28e1c541722f615cf7f120f6d553d71930d6b7..466907421e78ce297ff2224b78f608ffe61ba0d3 100644 (file)
@@ -321,7 +321,7 @@ FluidbookLinks.prototype = {
                     }
                     setTimeout(function () {
                         if ($(l).is('[data-animation-hide]') && !$(l).hasClass('show')) {
-                            $this.animateContentLink($(l), true, true, 0);
+                            $this.animateContentLink($(l), true, true);
                         }
                         $(l).addClass('show');
                     }, 10);