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

fix: customized textScaleFactor causes jumping text #93

Open ninoreiter opened 8 months ago

ninoreiter commented 8 months ago

When applying a custom textScaleFactor to Marquee there is a visible jump when the animation repeats. This was caused by not taking textScaleFactor into account when calculating the text width.