Skip to content

Making graphs of transitions with ART #2

@arian

Description

@arian

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 :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions