more complete elimination of animations
This commit is contained in:
parent
e1e3138618
commit
5bb9af9d2b
1 changed files with 3 additions and 9 deletions
|
@ -47,6 +47,8 @@
|
||||||
border-radius: 0!important;
|
border-radius: 0!important;
|
||||||
backdrop-filter: unset!important;
|
backdrop-filter: unset!important;
|
||||||
transition: unset!important;
|
transition: unset!important;
|
||||||
|
animation-timing-function: unset!important;
|
||||||
|
animation-duration: 0ms!important;
|
||||||
}
|
}
|
||||||
article {
|
article {
|
||||||
box-shadow: unset! important;
|
box-shadow: unset! important;
|
||||||
|
@ -54,18 +56,10 @@ article {
|
||||||
}
|
}
|
||||||
dialog.closing>article {
|
dialog.closing>article {
|
||||||
animation-name:unset!important;
|
animation-name:unset!important;
|
||||||
animation-duration: 0ms!important;
|
|
||||||
animation-timing-function:unset!important;
|
|
||||||
}
|
}
|
||||||
dialog>article {
|
dialog>article {
|
||||||
animation-name:unset!important;
|
animation-name:unset!important;
|
||||||
animation-duration: 0ms!important;
|
background: var(--pico-card-background-color)!important;
|
||||||
animation-timing-function:unset!important;
|
|
||||||
}
|
|
||||||
dialog.closing {
|
|
||||||
animation-name:fadeOut;
|
|
||||||
animation-duration: 0ms!important;
|
|
||||||
animation-timing-function:unset!important;
|
|
||||||
}
|
}
|
||||||
*:before {
|
*:before {
|
||||||
border-radius: 0!important;
|
border-radius: 0!important;
|
||||||
|
|
Loading…
Add table
Reference in a new issue