[Perf] Transition: Faster "push-slide" transition

This commit is contained in:
Alexander Zinchuk 2022-04-01 20:43:21 +02:00
parent ffe6dec6d3
commit fb89133431

View File

@ -344,11 +344,11 @@
&.animating {
> .from {
animation: push-out 0.3s ease-in-out;
animation: push-out 0.25s ease-in-out;
}
> .to {
animation: slide-in-200 0.3s ease-in-out;
animation: slide-in-200 0.25s ease-in-out;
}
}
}
@ -360,11 +360,11 @@
&.animating {
> .from {
animation: slide-in-200-backwards 0.3s ease-in-out;
animation: slide-in-200-backwards 0.25s ease-in-out;
}
> .to {
animation: push-out-backwards 0.3s ease-in-out;
animation: push-out-backwards 0.25s ease-in-out;
}
}
}