]> _ Git - fluidbook-html5.git/commitdiff
wait #5915 @0:20
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 5 May 2023 07:58:34 +0000 (09:58 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 5 May 2023 07:58:34 +0000 (09:58 +0200)
js/libs/fluidbook/fluidbook.links.js

index cd4c7163479a92905c0feed3839014f26663aa12..7686a2f8c4eeb6fb5c02266b79a220bea30a481a 100644 (file)
@@ -1004,6 +1004,7 @@ FluidbookLinks.prototype = {
                 decimal: animation.decimalseparator,
                 prefix: animation.prefix,
                 suffix: animation.suffix,
+                startVal: animation.startvalue,
                 easingFn: function (t, b, c, d) {
                     return b + ease(Math.min(1, Math.max(0, t / d))) * c;
                 }