diff options
author | Rémi Tétreault <tetreault.remi@gmail.com> | 2017-05-14 13:21:50 -0400 |
---|---|---|
committer | Rémi Tétreault <tetreault.remi@gmail.com> | 2017-05-14 13:21:50 -0400 |
commit | efc4fdf111f507ef8a7c482ddc6e9dc449bfa0b5 (patch) | |
tree | 54920e5664cc0a54123b0c765db95cea60a30e0f /CHANGELOG.md | |
parent | 5f22d28f669d5697ce73d20b40fcf0a7179db86e (diff) | |
download | svg.js-efc4fdf111f507ef8a7c482ddc6e9dc449bfa0b5.tar.gz svg.js-efc4fdf111f507ef8a7c482ddc6e9dc449bfa0b5.zip |
fixed `SVG.FX.step` so that the animation doesn't stop if an afterAll callback call animate (#677)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0507871..d9825cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,6 +38,7 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http: ### Fixed - fixed `SVG.FX.once` so that it add its callback on the last situation instead of the current one +- fixed `SVG.FX.step` so that the animation doesn't stop if an afterAll callback call animate (#677) ### Removed |