]> source.dussan.org Git - svg.js.git/commit
Make SVG.FX.speed act more like others animations libraries
authorRémi Tétreault <tetreault.remi@gmail.com>
Mon, 17 Oct 2016 00:21:48 +0000 (20:21 -0400)
committerRémi Tétreault <tetreault.remi@gmail.com>
Mon, 17 Oct 2016 00:53:55 +0000 (20:53 -0400)
commita6261cda9dd9d030157333ba4f001e088e535c29
tree9dd8f900d7e93811da0e374ba441a079dc60f363
parent4423a8c9a7bdad4cc30bfe0458b5fc5a0fead634
Make SVG.FX.speed act more like others animations libraries

For example, a call .speed(2) would make the animation 2 times faster.
If you then call .speed(4), this would make the animation 4 times faster.
And a call .speed(1) would make it go back to normal speed.
dist/svg.js
dist/svg.min.js
spec/spec/fx.js
src/fx.js