]> _ Git - fluidbook-html5.git/commitdiff
wait #4460 @2
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 6 May 2021 18:22:17 +0000 (20:22 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 6 May 2021 18:22:17 +0000 (20:22 +0200)
js/libs/fluidbook/fluidbook.links.js
style/fluidbook.less

index 383cecffe0bfdc9567767f14b87d0b8c59c91b8e..39bc3f4b3087a8b5d8bb7531dc5068fc9c8a1658 100644 (file)
@@ -735,7 +735,6 @@ FluidbookLinks.prototype = {
             link.hide();
         }
         if (tweenmax) {
-            console.log(from, to);
             TweenMax.fromTo(linkElement, duration, from, to);
         }
         this.fluidbook.networkControl.pause((to.delay + duration + 0.5) * 1000);
index 8ea813484d92692f2bc5ba6f18c89e59ddd5e6ba..ca612119f60a669ee40f25b2fe8f520c877bbabf 100644 (file)
@@ -3051,6 +3051,10 @@ body > input {
   display: none;
 }
 
+.textures_clinks {
+  visibility: hidden;
+}
+
 @import "mobilefirst.less";
 @import "tabs.less";
 @import "widget.less";