Skip to content

First release! (v0.1.0)

Compare
Choose a tag to compare
@sasha240100 sasha240100 released this 30 Jul 10:35
· 55 commits to master since this release
f2263ee

Changelog

  • Implemented basic functionality
  • API:
    • .loop(mode, count) - Loop mode support (repeat/bounce/once)
    • .ease(func) - Easing support
    • .time(duration)
  • Events:
    • .on('start', ...)
    • .on('update', ...)
    • .on('complete', ...)
  • Color plugin (dom-color.between.js)