1.1.0 • Published 9 years ago

animate-canvas-line v1.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
9 years ago

animate-canvas-line

Draw a straight line on an HTML5 canvas with an animation

var drawLine = require('animate-canvas-line');

var canvas = document.getElementById('my-canvas');

drawLine({ canvas, from: { x: 0, y: 0 }, to: { x: 100, y: 100 }, time: 2000, props: { lineWidth: 3 });

1.1.0

9 years ago

1.0.0

9 years ago