0.0.1 • Published 3 years ago

svelte-animation-store v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Svelte Animation Store

A store that is based on Svelte's tweened store, with some additional functionality:

  • set(value): works the same as a writable store.
  • update(callback): works the same as a writable store.
  • subscribe(callback): works the same as a writable store.
  • 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