mirror of
https://github.com/prymitive/karma
synced 2026-05-21 04:33:07 +00:00
feat(ui): allow disabling animations
This commit is contained in:
committed by
Łukasz Mierzwa
parent
d6029506d5
commit
45f30f6ce9
@@ -1,8 +1,8 @@
|
||||
.components-grid-alertgrid-alertgroup {
|
||||
padding: 0.3rem;
|
||||
|
||||
&.components-animation-fade-appear-done,
|
||||
&.components-animation-fade-enter-done {
|
||||
&.components-animation-fade-appear-done.animate,
|
||||
&.components-animation-fade-enter-done.animate {
|
||||
z-index: 1;
|
||||
transition-property: transform;
|
||||
transition-duration: 0.4s;
|
||||
|
||||
Reference in New Issue
Block a user