@ -92,7 +92,7 @@
}
.notification-fade-effect {
animation-duration: 0.3s;
animation-duration: 0.24s;
animation-fill-mode: both;
animation-timing-function: @ease-in-out;
@ -106,6 +106,7 @@
&-fade-leave {
.notification-fade-effect();
animation-duration: 0.2s;
animation-play-state: paused;
@ -1,5 +1,10 @@
.motion-common() {
animation-duration: .3s;
animation-duration: .24s;
.motion-common-leave() {
animation-duration: .2s;
@ -10,7 +15,7 @@
.@{className}-leave {
.motion-common();
.motion-common-leave();
.@{className}-enter.@{className}-enter-active,