Skip to content
Commit ce56e3ff authored by András Kurucz's avatar András Kurucz
Browse files

Fix missing HUN Outro animations

The disappear animation was broken, because we were setting some wrong
values on the HUN animating away:
 - a bottom clipping, which made it to immediately disappear at the start of the animation
 - an yTranslation, which made it to jump around on split shade
 - a wrong height, which made it to flicker during the animation (note: the height flickering only happened if there were other HUNs moving into the shade in the meantime -> the avalanche is the typical use case)

Fixes: b/282624825
Test: atest StackScrollAlgorithmTest
Test: atest create HUNs and observe the animations

Change-Id: If0c1e4f439a3011b5ea499edc2128aa417279ec8
parent 878b61b0
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment