Skip to content

Files

Latest commit

b83e239 · Jul 18, 2017

History

History
19 lines (16 loc) · 890 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 890 Bytes

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>