Commit ee481dfd by Brian Talbot Committed by David Baumgold

Studio: resolves notification animation placement error

parent f708c42e
...@@ -681,10 +681,12 @@ ...@@ -681,10 +681,12 @@
// varying animations // varying animations
&.is-shown { &.is-shown {
@include animation(notificationSlideUp 1.0s ease-in-out 1); @include animation(notificationSlideUp 1.0s ease-in-out 1);
@include animation-fill-mode(forwards);
} }
&.is-hiding { &.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);
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment