Sequential function performs Become at the end
Closed this issue · 2 comments
akoel commented
When I try to perform different animations after each other within a Sequential array, the Become function is performed last even its position in the array is not last.
pirate commented
Become has an infinite duration by default, so it should have the lowest precedence in a tie otherwise nothing else will ever be visible. Is this happening even when you give Become a duration and put it directly before an animation that changes the same piece of state?