Lazy Line Painter Versions Save

Lazy Line Painter - A Modern JS library for SVG path animation

2.0.3

5 months ago

update : example paths

2.0.2

5 months ago

Fix : publish path

2.0.1

5 months ago

**Deprecated ** Set method has been replaced by named methods. myAnimation.set('progress', 0.5) is now myAnimation.progress(0.5) README and set.html example in examples folder has been updated accordingly.

Added : Type checking on named setting methods - progress(), ease(), reverse(), repeat(), delay()

2.0.0

5 months ago

update : README update : build deps fix : window reference issue for ssr apps

1.9.6

5 years ago

Added : repeat playback option Fix : default duration, too slow Fix : npm publish issue

1.9.4

5 years ago

1.9.2

5 years ago

Added : pause, erase & resume timeline playback events

1.9.1

5 years ago

Fix : data-llp-delay / data-llp-duration data attributes no longer overridden in 'uncomposed' mode Fix : dotted points visible on dashStroke

1.9.0

5 years ago

Lazy line painter 1.9.0 - Major Update - Not backwards compatible

  • Removed need for svgData obj, animation properties now stored on SVG.
  • Added additional shape support
    • polygons, circles, ellipses, polylines, lines, rects
  • Paint method accepts playback arguments, paint( { reverse : true, ease : 'easeExpoOut' } )
  • Refactored Event Handling
  • Refactored Easing / Timing

1.8.0

5 years ago

Removed : jQuery as dependency Update : API refactor, see documentation