Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 402 Bytes

File metadata and controls

22 lines (16 loc) · 402 Bytes

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.