Skip to content

Releases: merri-ment/lazy-line-painter

1.7.0

26 Aug 21:45
Compare
Choose a tag to compare

added strokeDash attribute
added easing!! ease individual paths or the entire animation
pauseResume toggling function now separated into pause / resume functions

1.6.2

26 Aug 21:44
Compare
Choose a tag to compare

added onStrokeUpdate callback
added get function
added get example

1.6.1

26 Aug 21:43
Compare
Choose a tag to compare

fix for Firefox dots - issue #36
added onStrokeStart callback - saeedseyfi / 0lumide
added onStrokeComplete callback - saeedseyfi / 0lumide

1.6.0

26 Aug 21:42
Compare
Choose a tag to compare

added set function
added paint, set examples
added basic callback's example
added onUpdate callback
added comments to unminified code

Lazylinepainter 1.5.1

16 Dec 05:48
Compare
Choose a tag to compare
  • fix for erase - issue #21
  • added onStart callback
  • removed 'strokeDash' attr

Lazylinepainter 1.5.0

12 Dec 12:53
Compare
Choose a tag to compare
Lazylinepainter 1.5.0 Pre-release
Pre-release
  • 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

16 Dec 18:25
Compare
Choose a tag to compare
  • Minor fixes

Lazylinepainter 1.4.0

16 Dec 18:27
Compare
Choose a tag to compare
  • 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

16 Dec 18:30
Compare
Choose a tag to compare
  • Code optimization
  • Addition of RequestAnimationframe Polyfill with setInterval fallback

Lazylinepainter 1.1.0

16 Dec 18:34
Compare
Choose a tag to compare
  • Ability to specify strokeWidth and strokeColor on a per-path basis.
  • Addition of 'Destroy' line.
  • Addition of 'Erase' line.
  • Initial commit