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
I have put many text animations over the website, so the expected result is it should animate only when it appears in the viewport or inside the visible area of the screen.
If it does not appear in the viewport then it should not animate.
But it's getting all animated at once after the website loads. I can't use ListView.builder() as I don't have uniform types of widgets.
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 put many text animations over the website, so the expected result is it should animate only when it appears in the viewport or inside the visible area of the screen.
If it does not appear in the viewport then it should not animate.
But it's getting all animated at once after the website loads. I can't use ListView.builder() as I don't have uniform types of widgets.
N.B - I'm using flutter_animate library
Beta Was this translation helpful? Give feedback.
All reactions