diff options
author | wout <wout@impinc.co.uk> | 2014-07-30 11:04:56 +0200 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2014-07-30 11:04:56 +0200 |
commit | 725828a6fc3ad423b4bd61710fe541d9b5feb3a1 (patch) | |
tree | 43bcdc2d3e6658e6f6f5b70de3dd71f5bcec35fe /CHANGELOG.md | |
parent | 411a621d7ac1b84c684d59b99bd4979f28805a64 (diff) | |
download | svg.js-725828a6fc3ad423b4bd61710fe541d9b5feb3a1.tar.gz svg.js-725828a6fc3ad423b4bd61710fe541d9b5feb3a1.zip |
Added reverse functionality for animation loops
Diffstat (limited to 'CHANGELOG.md')
-rwxr-xr-x | CHANGELOG.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a956d82..8b4f8b9 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ - added `'random'` option and `randomize()` method to `SVG.Color` -> __TODO!__ - added `SVG.Title` and `SVG.Desc` -> __TODO!__ -# 1.0.0-rc.10 (?/07/2014) +# 1.0.0-rc.10 (?/08/2014) - implemented an SVG adoption system to be able to manipulate existing SVG's not created with svg.js - changed `parent` reference on elements to `parent()` method @@ -34,6 +34,9 @@ - fixed a bug in IE11 with `mouseenter` and `mouseleave` -> __TODO!__ - switched from Ruby's `rake` to Node's `gulp` for building [thanks to Alex Ewerlöf] - added coding style description to README +- changed `to()` method to `at()` method in `SVG.FX` +- added reverse functionality for animations +- documented the `situation` object in `SVG.FX` # 1.0.0-rc.9 (17/06/2014) |