Skip to content

Releases: sasha240100/between.js

v0.1.2

15 Aug 12:45
Compare
Choose a tag to compare

Changelog

v0.1.1

30 Jul 11:16
Compare
Choose a tag to compare

Changelog

  • Updated examples
    • Added logo
    • Added visual examples (visual-box.html, visual-multiple.html)
  • Performance optimizations
    • Scope update method
    • polyfill requestAnimationFrame
    • move type logic to constructor.

First release! (v0.1.0)

30 Jul 10:35
f2263ee
Compare
Choose a tag to compare

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)