]> source.dussan.org Git - svg.js.git/commit
fixed morphing. Changed easing function so that it can handle strings
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>
Tue, 15 May 2018 08:58:32 +0000 (10:58 +0200)
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>
Tue, 15 May 2018 08:58:32 +0000 (10:58 +0200)
commit601ab0e2494a91bc392fe89046a8166e098ff0d7
tree5f3cbc2dacf68c770711b24afc6452e6e5967404
parent685d53295dd005c6f513b6123d8cd3fb3e671c8a
fixed morphing. Changed easing function so that it can handle strings

- error in Matrix constructor which ignores translateX (and more?)
- generelized all morphable objects so that they behave logical
- SVG.Morphable can handle all datatypes now
dist/svg.js
dist/svg.min.js
spec/spec/morphing.js
src/boxes.js
src/color.js
src/morph.js
src/timeline.js