fix(viewTransition): 🐛 remove unnessecary definitions

This commit is contained in:
alistair3149 2024-10-27 21:10:58 -04:00
parent 8e578b8a38
commit 09f8f0c70b
No known key found for this signature in database

View file

@ -2,18 +2,4 @@
@view-transition {
navigation: auto;
}
/* Header should always have no transition to act as an anchor point on the page */
.citizen-header {
view-transition-name: no-transition;
}
::view-transition-group( * ) {
animation-duration: 250ms;
}
::view-transition-old( no-transition ),
::view-transition-new( no-transition ) {
animation: none;
}
}