An open API service indexing awesome lists of open source software.

https://github.com/mystroken/snapsvg-animation-queue

:dango: A timeline animation just like timelineMax (GSAP) for Snap.svg
https://github.com/mystroken/snapsvg-animation-queue

gsap javascript-library svg-animations vanilla-javascript

Last synced: 6 months ago
JSON representation

:dango: A timeline animation just like timelineMax (GSAP) for Snap.svg

Awesome Lists containing this project

README

          

# Snapsvg Animation Queue
A lightweight timeline animation javascript system just like [TimelineMax (GreenSock)](https://greensock.com/timelinemax) for Snap.svg.
[Join me on Twitter!](https://twitter.com/mystroken/)

### Install
- [Bower](https://bower.io) - ```bower install snap-animation-queue```
- Manual Minified - https://raw.githubusercontent.com/mystroken/snapsvg-animation-queue/master/dist/snap-animation-queue.js
- Manual Unminified - https://raw.githubusercontent.com/mystroken/snapsvg-animation-queue/master/dist/snap-animation-queue.min.js

### Use
Load first [Snap.svg](http://snapsvg.io) and [Snap easing](https://github.com/overjase/snap-easing).
```html




```