SwiftUIKit / Marquee

A powerful implementation of Marquee(scrolling text or label) in SwiftUI, which supports any content view, including text(label), image, video, etc.
MIT License
72 stars 20 forks source link

fix(#10): resetAnimation on size change #11

Open mfniaki opened 4 months ago

mfniaki commented 4 months ago

In this PR, I added a onChange for proxy.size to detect any size changes and update the animation state.