-
Notifications
You must be signed in to change notification settings - Fork 47.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't pair up named transitions if one side of out of the viewport
This avoids things flying in, onto, or across the screen unexpectedly. Unfortunately if it goes from onscreen to offscreen we have no way to cancel the old state, so that appears as an exit even though it should've just painted on top of its deleted parent if we had known.
- Loading branch information
1 parent
a132450
commit d1ff372
Showing
1 changed file
with
27 additions
and
6 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