Releases: sasha240100/between.js
Releases · sasha240100/between.js
v0.1.2
Changelog
Bugfixes
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 of8080
#26 #27 (@hirako2000)
v0.1.1
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.
- Scope
First release! (v0.1.0)
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
)