Skip to content

Instantly share code, notes, and snippets.

@ziadoz
Created January 8, 2025 09:49
Show Gist options
  • Save ziadoz/fea721c3f999071b9633e30b320da8e9 to your computer and use it in GitHub Desktop.
Save ziadoz/fea721c3f999071b9633e30b320da8e9 to your computer and use it in GitHub Desktop.
CSS View Transitions
@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