[Perf] Transition: Faster "push-slide" transition
This commit is contained in:
parent
ffe6dec6d3
commit
fb89133431
@ -344,11 +344,11 @@
|
|||||||
|
|
||||||
&.animating {
|
&.animating {
|
||||||
> .from {
|
> .from {
|
||||||
animation: push-out 0.3s ease-in-out;
|
animation: push-out 0.25s ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
> .to {
|
> .to {
|
||||||
animation: slide-in-200 0.3s ease-in-out;
|
animation: slide-in-200 0.25s ease-in-out;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -360,11 +360,11 @@
|
|||||||
|
|
||||||
&.animating {
|
&.animating {
|
||||||
> .from {
|
> .from {
|
||||||
animation: slide-in-200-backwards 0.3s ease-in-out;
|
animation: slide-in-200-backwards 0.25s ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
> .to {
|
> .to {
|
||||||
animation: push-out-backwards 0.3s ease-in-out;
|
animation: push-out-backwards 0.25s ease-in-out;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user