add units to ensure no animation (ugly solution)
This commit is contained in:
parent
836e5307db
commit
de04a15297
1 changed files with 4 additions and 3 deletions
|
@ -36,16 +36,17 @@
|
|||
}
|
||||
dialog.closing>article {
|
||||
animation-name:unset!important;
|
||||
animation-duration: 0!important;
|
||||
animation-duration: 0ms!important;
|
||||
animation-timing-function:unset!important;
|
||||
}
|
||||
dialog>article {
|
||||
animation-name:unset!important;
|
||||
animation-duration: 0!important;
|
||||
animation-duration: 0ms!important;
|
||||
animation-timing-function:unset!important;
|
||||
}
|
||||
dialog.closing {
|
||||
animation-duration: 0!important;
|
||||
animation-name:fadeOut;
|
||||
animation-duration: 0ms!important;
|
||||
animation-timing-function:unset!important;
|
||||
}
|
||||
*:before {
|
||||
|
|
Loading…
Add table
Reference in a new issue