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
displayFullTextOnTap jumps straight to showing no text.
The pause has a workaround as duration, fadeInEnd and fadeOutBegin can be used to make the text show for longer.
I looked at the code and I see displayFullTextOnTap isn't simple to solve. I was wondering about either having the fade out move into the next animation, which means knowing about two texts, or if completeText could be different results (or different functions) depending on whether the user tapped.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have two issues with FadeAnimatedText:
The pause has a workaround as duration, fadeInEnd and fadeOutBegin can be used to make the text show for longer.
I looked at the code and I see displayFullTextOnTap isn't simple to solve. I was wondering about either having the fade out move into the next animation, which means knowing about two texts, or if completeText could be different results (or different functions) depending on whether the user tapped.
Beta Was this translation helpful? Give feedback.
All reactions