Skip to content

effects/highlightwindow: Re-implement as AnimationEffect

Vlad Zahorodnii requested to merge work/highlight-windows-animation-effect into master

On Wayland, the highlight window effect is not guaranteed to work all the time because it uses the opacity to determine if the animation has completed.

This change rewrites the highlight window effect using AnimationEffect API to make it work both on X11 and Wayland. The implementation is based on how the translucency effect works.

Edited by Vlad Zahorodnii

Merge request reports