WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Releases: sasha240100/between.js

v0.1.2

15 Aug 12:45

Choose a tag to compare

Changelog

v0.1.1

30 Jul 11:16

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

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)