-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove prefers-reduced-motion emulation (#27)
Unfortunately, the `transition-duration` in Ie1c6c1ba7263c232d874263fdae7427a5ec489f6 is causing elements to behave in an unpredictable manner. Removing the `prefers-reduced-motion` is now more stable/predictable than using it. Also, wait until next frame in `fastForwardAnimations`. Note there is still some flakiness with the visibility of the mobile sidebar that needs to be sorted out but this should help with the other random stuff.
- Loading branch information
Nick Ray
authored
May 17, 2022
1 parent
963ff02
commit f3ed2a7
Showing
3 changed files
with
11 additions
and
5 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