Skip to content

ColumnView: Use OutExpo for page animation

Devin Lin requested to merge work/devinlin/columnviewanim into master

In my opinion, the speed of InOutQuad is too constant looking for the short amount of time the page moving is animated.

OutExpo provides a speedy start to make applications feel more responsive and fast, but a refined finish due to the harsher slowdown at the end of the animation.

I have no idea how to record on wayland so this is OBS:

2022-11-26_21-26-43.mkv

Edited by Devin Lin

Merge request reports