Skip to content
  • David Edmundson's avatar
    Fix scripted shader effect animations · 8599deba
    David Edmundson authored and Nate Graham's avatar Nate Graham committed
    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
    
    
    (cherry picked from commit 36440a9d)
    8599deba