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
- Host: GitHub
- URL: https://github.com/mystroken/snapsvg-animation-queue
- Owner: mystroken
- License: mit
- Created: 2016-11-14T22:18:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-18T17:57:35.000Z (almost 9 years ago)
- Last Synced: 2024-11-08T20:30:38.245Z (over 1 year ago)
- Topics: gsap, javascript-library, svg-animations, vanilla-javascript
- Language: JavaScript
- Homepage:
- Size: 8.79 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```