- add npm / browserify support, closes #41 and #42 [axelpale]
- remove
remotes
from component.json, closes #71 [axelpale] - add legacy IE browsers support [nobuti]
- Add Move.matrix() [abliss]
- Remove transition duration properties instead of setting them to 0 [kimmobrunfeldt]
- add third argument to .setProperty [eivindfjeldstad]
- add ie10 support, closes #32
- use css component, closes #26
- fix css number values, closes #30
- reset duration on "end", closes #4
- use after-transition, closes #25 and #22
- move easing functions to a different component, closes #27
- use .setProperty(), remove component/css dep, closes #24
- update examples and docs
- fixed typo in Move.prototype.ease function [olegomon]
- use translate3d() when available
- add component.json
- Revert "Changed CSS property transition-properties to transition-property"
- Added more cubic-bezier ease functions [onirame]
- Remove resets in duration timeout causing undesired behaviour
- Changed CSS property transition-properties to transition-property
- Added: allow passing of element to
move()
- Added map of properties and defaults for numeric values
- Fixed FireFox support [bluntworks]
- Fixed easing example with html doctype
- Fixed second notation for delay / duration
- Fixed duration / delay, append "ms"
- Initial release