- 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