MarcelGarus / marquee

A Flutter widget that scrolls text infinitely. Provides many customizations including custom scroll directions and velocities, pausing after every round and specifying custom durations and curves for accelerating and decelerating.
MIT License
274 stars 113 forks source link

`showFadingOnlyWhenScrolling` does not respect `startAfter` #92

Open dmrickey opened 9 months ago

dmrickey commented 9 months ago

When showFadingOnlyWhenScrolling is true, it should only show the "fade edge" when the text is scrolling. But the edges always start off faded and this value is only checked when pauseAfterRound is set. So by default, if I have a 10 second startAfter so the text just sits there for a while after the widget is first built, it still includes the fade edge until after it's done scrolling and pauses again for pauseAfterRound.