You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have an animation that's supposed to hide when another element in the list is selected. However, on Android the hiding only happens when the previous animation becomes visible.
Description
We have an animation that's supposed to hide when another element in the list is selected. However, on Android the hiding only happens when the previous animation becomes visible.
Provide a Repro
https://github.com/Nezz/expo-repro/tree/repro/RiveAndroid
Source
.riv/.revfileFound in the repro. The rive file has a horizontal mirroring applied to it (scale X -100%) which seems to create this problem.
Expected behavior
The animation should keep playing around the selected button, but not buttons that aren't selected.
Screenshots
NotPlaying.mp4
Note how the first two buttons "glitch", then when I scroll the animation plays as elements render for the first time.
Device & Versions (please complete the following information)
Additional context