]> _ Git - fluidbook-html5.git/commitdiff
wait #5322
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 16 Jun 2022 14:34:19 +0000 (16:34 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 16 Jun 2022 14:34:19 +0000 (16:34 +0200)
js/libs/fluidbook/fluidbook.links.js

index 77f3613eb16cebd5a0b6c255adb8cb89c2ccc5c8..0612c7fd5d47452b26d480c8726eb0eabf8f36d1 100644 (file)
@@ -664,6 +664,7 @@ FluidbookLinks.prototype = {
             animation.type = 'none';
         }
         var defaultParams = {};
+        var globalDefault = {x: 0, y: 0, yoyo: 0, repeatdelay: 0, repeat: 0, transformorigin: '50% 50%'};
 
         if ($(linkElement).hasClass('textLink')) {
             globalDefault.transformorigin = '0 100%';