]> _ Git - fluidbook-html5.git/commitdiff
wip #5116 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 22 Feb 2022 11:24:11 +0000 (12:24 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 22 Feb 2022 11:24:11 +0000 (12:24 +0100)
js/libs/fluidbook/fluidbook.links.js

index 4b4610c33c8711bf32645a8f9daa5f851f65608e..c73e2a8b0b0d32b15cffc5f7497975c8c42a56c5 100644 (file)
@@ -769,9 +769,9 @@ FluidbookLinks.prototype = {
                 decimal: animation.decimalseparator,
                 prefix: animation.prefix,
                 suffix: animation.suffix,
-                easingFn: function (t, b, c, d) {
-                    return b + ease.getRatio(Math.min(1, Math.max(0, t / d))) * c;
-                }
+                //easingFn: function (t, b, c, d) {
+                //    return b + ease.getRatio(Math.min(1, Math.max(0, t / d))) * c;
+                //}
             };
 
             css = {