aboutsummaryrefslogtreecommitdiffstats
path: root/src/fx.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/fx.js')
-rwxr-xr-xsrc/fx.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fx.js b/src/fx.js
index e802455..c1850c0 100755
--- a/src/fx.js
+++ b/src/fx.js
@@ -190,7 +190,7 @@ SVG.extend(SVG.FX, {
/* start animation */
fx.render()
- }, delay || 0)
+ }, new SVG.Number(delay).valueOf())
}
return this