Between.js Versions Save

Lightweight JavaScript (ES6) tweening engine

v0.1.2

5 years ago

Changelog

  • Bugfixes
    • Infinitely emiting both 'update' and 'complete' events #34 (@panstav) 043a9fa
  • New features
    • Added TypeScript support (typings) #28 #29 (@hirako2000)
    • play / pause implementation #21 #31 (@Kris-B , PR: @hirako2000)
  • Examples
    • Add visual examples for easing #24 #25 (@hirako2000)
    • Improve code readability in examples #16 #19 (@Martin-Pitt , PR: @alexko30)
  • Listen to port 3000 instead of 8080 #26 #27 (@hirako2000)

v0.1.1

5 years ago

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.

v0.1.0

5 years ago

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)