CreateJS / TweenJS

A simple but powerful tweening / animation library for Javascript. Part of the CreateJS suite of libraries.
http://createjs.com/
MIT License
3.56k stars 966 forks source link

Adding a Plugin to work with animated line drawing #30

Closed lucius closed 7 years ago

lucius commented 11 years ago

Hi, I have created a plugin to make Line Drawing Animations... I've used a tiny subset of RaphaelJS methods to split the path.

Isn't a optimum implementation, but works fine!

gskinner commented 7 years ago

This is cool, but I don't think it makes sense in the core library, since it's sort of a niche use case and it's a fairly large plugin. Maybe we could add an updated version to extras though?