TreeviewCopyright © aleen42 all right reserved, powered by aleen42

Walkway Back

Walkway.js is a light weight js framework for drawing svg.

Code

var svg = new Walkway({
    selector: '#path',
    duration: '2000',
    easing: function(t){
        return t * t;    //Easing Function
    }
});

svg.draw();

Download

  • Just Click here to download.
Empty Comments
Sign in GitHub

As the plugin is integrated with a code management system like GitLab or GitHub, you may have to auth with your account before leaving comments around this article.

Notice: This plugin has used Cookie to store your token with an expiration.