Releases: merri-ment/lazy-line-painter
Releases · merri-ment/lazy-line-painter
1.7.0
added strokeDash attribute
added easing!! ease individual paths or the entire animation
pauseResume toggling function now separated into pause / resume functions
1.6.2
added onStrokeUpdate callback
added get function
added get example
1.6.1
1.6.0
added set function
added paint, set examples
added basic callback's example
added onUpdate callback
added comments to unminified code
Lazylinepainter 1.5.1
- fix for
erase
- issue #21 - added onStart callback
- removed 'strokeDash' attr
Lazylinepainter 1.5.0
- removed Raphaël as dependency !!!
- refactored to use
requestAnimationFrame()
- Jamie Perkins - added
pauseResume
- Jamie Perkins - added speed multiplier option - Jamie Perkins
- added draw sequentially or all-at-once option - Jamie Perkins
- added reverse option
- added responsive option
- removed
stamp
function
Lazylinepainter 1.4.1
- Minor fixes
Lazylinepainter 1.4.0
- Addition of 'strokeOpacity' attr
- Addition of 'strokeDash' attr, for Dashed / Dotted Strokes!
- Addition of 'Stamp' function, which stamps illustration to canvas instead of drawing it on
- Reverted back to setInterval from RequestAnimationframe while issues resolved
- Ability to specify remaining stroke attributes on a per-path basis. strokeOpacity, strokeDash, strokeCap, strokeJoin
Lazylinepainter 1.3.0
- Code optimization
- Addition of RequestAnimationframe Polyfill with setInterval fallback
Lazylinepainter 1.1.0
- Ability to specify strokeWidth and strokeColor on a per-path basis.
- Addition of 'Destroy' line.
- Addition of 'Erase' line.
- Initial commit