mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-27 15:50:34 +00:00
fix(viewTransition): 🐛 remove unnessecary definitions
This commit is contained in:
parent
8e578b8a38
commit
09f8f0c70b
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue