feat(ui): allow disabling animations

This commit is contained in:
Łukasz Mierzwa
2020-10-11 16:27:33 +01:00
committed by Łukasz Mierzwa
parent d6029506d5
commit 45f30f6ce9
19 changed files with 318 additions and 65 deletions

View File

@@ -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;