Skip to content

video: Use cross-fade transition to avoid resizes

Benjamin Otte requested to merge wip/otte/for-master into master

Slide animations cause changes in the size requests due to the behavior of GtkRevealer. We can avoid those by using cross-fades, which don't have that problem.

Besides, cross-fades look better anyway.

Merge request reports