Skip to content

Releases: merri-ment/lazy-line-painter

2.0.3

12 Dec 05:10
Compare
Choose a tag to compare

update : example paths

2.0.2

12 Dec 05:08
Compare
Choose a tag to compare

Fix : publish path

2.0.1

12 Dec 04:55
Compare
Choose a tag to compare

**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

12 Dec 01:04
Compare
Choose a tag to compare

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

1.9.6

30 Jan 23:19
Compare
Choose a tag to compare

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

1.9.4

23 Jan 06:47
Compare
Choose a tag to compare

1.9.2

07 Jan 11:11
Compare
Choose a tag to compare

Added : pause, erase & resume timeline playback events

1.9.1

18 Dec 10:45
Compare
Choose a tag to compare

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

1.9.0

17 Dec 07:03
Compare
Choose a tag to compare

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

15 Nov 13:38
Compare
Choose a tag to compare

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