0.0.1 • Published 5 years ago
svelte-animation-store v0.0.1
Svelte Animation Store
A store that is based on Svelte's tweened store, with some additional functionality:
set(value): works the same as awritablestore.update(callback): works the same as awritablestore.subscribe(callback): works the same as awritablestore.pause(): freezed the store at the current value.reset(): resets the store's value back to the last set point.continue(): play on from a pause.reverse(): play in reverse.replay(): go back to start, and play to last set point.accelerate(speed): change speed of animation.
Demo
License
MIT
0.0.1
5 years ago