- added types
- fixed stop error, added playOnce to scroll
- 7b255ff: added pause and pauseHold state
- adding changesets and dual deployment to npm and gpr
- added changesets All notable changes to this project will be documented in this file. The format is based on Keep a Changelog and this project adheres to Semantic Versioning, enforced with semantic-release.
1.5.1 (2022-04-26)
- fixed autoplay not being removed after onComplete transition (c2ba40d)
- fixed forceflag not working on click (fc4f818)
1.5.0 (2022-04-12)
- added jumptToInteraction method (8def8b5)
1.4.0 (2022-04-12)
- made nextInteraction method public (642a64d)
1.3.8 (2022-03-16)
- added fixes to click and hold transitions (43eb8c5)
1.3.7 (2022-03-07)
- fixed container null issue on wordpress (fa0e5e7)
1.3.6 (2022-02-21)
- fixed error when player is destroyed and redefineOptions is called (7d2c4e3)
1.3.5 (2022-02-17)
1.3.4 (2022-02-01)
- scrolling: fixed segments not playing on scroll with 'play' action type (9d360c7)
1.3.3 (2022-01-25)
- added init methods when domloaded event has already fires (a6f4c89)
1.3.2 (2022-01-10)
- interactions: added additional comments (5a77a9c)
- interactions: added mobile support for interactions (b8e3a9e)
1.3.1 (2022-01-05)
- stop method: corrected remove event listener (7c148ad)
- sync to cursor: added touchmove listener to sync animation for touch screens (88cf1b3)
1.3.0 (2021-12-08)
- cursor mode: added toggle interaction (e66b74c)
1.2.0 (2021-11-10)
- click handler: fixed faulty call to click handler (69d5b67)
- additional chain properties: added speed and delay (b1f5db3)
- animation loading: added animation loading for when the library is passed an animation object (e04600d)
- global: first draft of interaction chaining (672b0e8)
- interactions: added ability to load lotties in interaction chaining from 'path' attribute (db3af11)
- interactions: added click and hover states, updated example page (853eff2)
- interactions: Added click, hover and visible interactions (d97fbad)
- interactions: added jumpTo property to get to a specific interaction index after transition (b3a82f4)
- interactions: added sync to cursor to interaction chaining (67331c3)
- interactions chaining: added dynamic loading of animations, finished examples page (60003f4)
1.1.0 (2021-09-28)
- scroll: use start/end frames in seeking (71f2197)
- scroll: reset frame count from loop to seek (270b621)
- examples: fix a missing and misplaced comma in examples (a922b79)
- scroll: with 'scroll' mode and type as 'play' plays animation once and pauses at end (e9ff742)
- scroll: with 'scroll' mode and type as 'play' plays animation once and pauses at end (e9ff742)