Skip to content

Commit

Permalink
move styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Blakeinstein committed Mar 28, 2024
1 parent fc7c482 commit ed9e522
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/app.postcss
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,15 @@
300ms cubic-bezier(0.4, 0, 0.2, 1) both down-slide;
}


:global(html>canvas) {
view-transition-name: blobity;
}

::view-transition-group(blobity) {
animation: none;
}

@keyframes fade-out {
to { opacity: 0;}
}
Expand Down

0 comments on commit ed9e522

Please sign in to comment.