Hi all. Looking to do a fadeIn -> wait -> fa...
# compose
t
Hi all. Looking to do a fadeIn -> wait -> fadeOut animation. Would also like to get a listener for when the whole animation is complete. Looking into using
transitionDefinition
to build out the flow. Is that the best way to accomplish something like this?
d
If you are only animating one float, consider
animatedFloat
with a KeyframesSpec, assuming you know beforehand how long to wait in between fade in and fade out. :-)
👍 2
t
Oh nice! Will look into that. Thanks @Doris Liu