-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: 🎸 Add setSegments, Playback State Properties & Refactor Default…
… Mode; fix: Prevent Redundant stop Event (#55) * feat: 🎸 segments * fix: 🐛 loop event not triggered on high speed * chore: 🤖 revert back the examples * chore: 🤖 add changesets * chore: 🤖 update README * feat: 🎸 setSegments * chore: 🤖 update README * chore: 🤖 update changelog * chore: 🤖 Update README * chore: 🤖 update changelog * chore: 🤖 fix example app build * chore: 🤖 update example * chore: 🤖 update README
- Loading branch information
Showing
8 changed files
with
396 additions
and
170 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@lottiefiles/dotlottie-web': patch | ||
--- | ||
|
||
fix: 🐛 prevent `stop` event from triggering if playback is already stopped. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@lottiefiles/dotlottie-web': minor | ||
--- | ||
|
||
refactor: rename default mode to `forward` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@lottiefiles/dotlottie-web': minor | ||
--- | ||
|
||
feat: 🎸 `isPlaying`, `isPaused`, `isStopped` properties |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@lottiefiles/dotlottie-web': minor | ||
--- | ||
|
||
feat: 🎸 add `setSegments` method & `segments` config. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.