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
Thanks for this project. I'm using the following snippet:
lettext="Dies ist ein recht langer Text, der müsste eigentlich mal zu scrollen beginnen…"MarqueeText(text: text, font:UIFont.systemFont(ofSize:20), leftFade:16, rightFade:16, startDelay:3).background(.pink).border(.black).padding()
Which leads to the following video (please ignore the stuff below the marquee):
Fixing this is simple by removing the mask offsets, but then it's visible that the mask is rendered unconditionally. Is it possible to render the mask only when the text is actually scrolling and not during the delay?
The text was updated successfully, but these errors were encountered:
Thanks for this project. I'm using the following snippet:
Which leads to the following video (please ignore the stuff below the marquee):
Simulator.Screen.Recording.-.iPhone.14.Pro.-.2022-11-08.at.11.55.01.mp4
Fixing this is simple by removing the mask offsets, but then it's visible that the mask is rendered unconditionally. Is it possible to render the mask only when the text is actually scrolling and not during the delay?
The text was updated successfully, but these errors were encountered: