Studio: resolves notification animation placement error
This commit is contained in:
committed by
David Baumgold
parent
f708c42ec6
commit
ee481dfdb5
@@ -681,10 +681,12 @@
|
||||
// varying animations
|
||||
&.is-shown {
|
||||
@include animation(notificationSlideUp 1.0s ease-in-out 1);
|
||||
@include animation-fill-mode(forwards);
|
||||
}
|
||||
|
||||
&.is-hiding {
|
||||
@include animation(notificationSlideDown 0.25s ease-in-out 1);
|
||||
@include animation(notificationSlideDown 1.0s ease-in-out 1);
|
||||
@include animation-fill-mode(forwards);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user