open-consul/ui/packages/consul-ui/app/styles/base/component/index.scss

7 lines
159 B
SCSS

/* allows easy application of animation-name based composition */
*, *::before, *::after {
animation-play-state: paused;
animation-fill-mode: forwards;
}