-
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ Add 'Reverse Progress Bar' and 'From Center' progress effects (#212)
* Fixes issue #210 by adding the `reverse` parameter and setting the left/right `reverse_progress` parameter based on that * Refactored progress bar effect into a shared method * Refactored both ends effect to use the shared progress_bar_impl method * Added the "From Center" progress effect * Added the "Reversed Progress Bar" progress effect * Remove `Reverse progress bar direction` from the UI and from being passed into the `EffectRunner` *↔️ Add settings migration * 🎨 reverse is already a bool Closes #209 Closes #210 --------- Co-authored-by: Charlie Powell <[email protected]>
- Loading branch information
1 parent
95b73d4
commit 75dc70e
Showing
5 changed files
with
87 additions
and
47 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
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
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