Skip to content
Snippets Groups Projects
Commit ee481dfd authored by Brian Talbot's avatar Brian Talbot Committed by David Baumgold
Browse files

Studio: resolves notification animation placement error

parent f708c42e
No related merge requests found
......@@ -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);
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment