residual animations
This commit is contained in:
parent
52ff1692d2
commit
836e5307db
1 changed files with 8 additions and 2 deletions
|
@ -33,14 +33,20 @@
|
|||
border-radius: 0!important;
|
||||
backdrop-filter: unset!important;
|
||||
transition: unset!important;
|
||||
animation-duration: 0!important;
|
||||
animation-timing-function:unset!important;
|
||||
}
|
||||
dialog.closing>article {
|
||||
animation-name:unset!important;
|
||||
animation-duration: 0!important;
|
||||
animation-timing-function:unset!important;
|
||||
}
|
||||
dialog>article {
|
||||
animation-name:unset!important;
|
||||
animation-duration: 0!important;
|
||||
animation-timing-function:unset!important;
|
||||
}
|
||||
dialog.closing {
|
||||
animation-duration: 0!important;
|
||||
animation-timing-function:unset!important;
|
||||
}
|
||||
*:before {
|
||||
border-radius: 0!important;
|
||||
|
|
Loading…
Add table
Reference in a new issue