Created
January 8, 2025 09:49
-
-
Save ziadoz/fea721c3f999071b9633e30b320da8e9 to your computer and use it in GitHub Desktop.
CSS View Transitions
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
@view-transition { | |
navigation: auto; | |
} | |
::view-transition-old(*), | |
::view-transition-new(*) { | |
animation: none; | |
mix-blend-mode: normal; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment