Skip to content

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

License

Notifications You must be signed in to change notification settings

mystroken/snapsvg-animation-queue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snapsvg Animation Queue

A lightweight timeline animation javascript system just like TimelineMax (GreenSock) for Snap.svg.
Join me on Twitter!

Install

Use

Load first Snap.svg and Snap easing.

<!-- First, load dependencies -->
<script src="snap.svg-min.js"></script>
<script src="snap-easing.min.js"></script>

<!-- Then load the script -->
<script src="snap-animation-queue.min.js"></script>