Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Making graphs of transitions with ART #2

Open
arian opened this issue Jan 22, 2011 · 2 comments
Open

Making graphs of transitions with ART #2

arian opened this issue Jan 22, 2011 · 2 comments

Comments

@arian
Copy link
Member

arian commented Jan 22, 2011

A nice demo which could demonstrate transitions even more would be drawing a graph with ART.

Maybe something like:

var fx = new Fx(), path = new ART.Path;
fx.set = function(now){
    path.lineTo(now)
};

Don't know exactly how it will look like or work, but after ART will be released, this would be a nice additional demo :)

@sebmarkbage
Copy link
Member

Like so? http://jsfiddle.net/E4jpM/

@arian
Copy link
Member Author

arian commented Jan 23, 2011

exactly, very nice!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants