Skip to content

Fix scripted shader effect animations

David Edmundson requested to merge work/d_ed/burn_my_windows_fix into master

AnimationEffect inherits from CrossfadeEffect as it may do a crossfade, but it also has to perform non-crossfading activities with a custom shader.

For crossfades we want to draw the old and new window, but this isn't needed where the crossFadeProgress remains at 0.

BUG: 460277

Edited by David Edmundson

Merge request reports