-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add AdvancingComponent & animate flag to advance()
@luigi-rosso I pulled the AdvancingComponent stuff from the scroll branch into this, so I could build on top of it. This PR addresses a couple of things we discussed around Layout animation: - Added an animate param to advance which tells the advancing component whether to animate or not. This allowed the addition of a toggle for layout animation because it can be annoying to have the animation running while editing. - Also prevent animation at runtime startup by interrupting it if ComponentDirt is filthy. This also prevents startup animation whenever a nested artboard is regenerated in editor. Diffs= 0c8fa5c313 Add AdvancingComponent & animate flag to advance() (#8362) Co-authored-by: Philip Chung <philterdesign@gmail.com>
- Loading branch information
Showing
8 changed files
with
77 additions
and
26 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 |
---|---|---|
@@ -1 +1 @@ | ||
d1372c444fa3aaada618ce16032327e4117057b9 | ||
0c8fa5c31311059d7136d040e4f470eee3edc106 |
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
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