mirror of
https://github.com/luxfi/explore.git
synced 2026-07-27 05:54:15 +00:00
9 lines
229 B
CSS
9 lines
229 B
CSS
*,
|
|
*::after,
|
|
*::before {
|
|
transition-delay: 0s !important;
|
|
transition-duration: 0s !important;
|
|
animation-delay: -0.0001s !important;
|
|
animation-duration: 0s !important;
|
|
animation-play-state: paused !important;
|
|
} |