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

Add possibility to configure an animation delay #3

Closed stonko1994 closed 11 months ago

stonko1994 commented 3 years ago

Description

Change

Adding the possibility to configure a delay for the marquee animation. This value is passed to the Animation.delay(...) function when starting it.

Usage Example

Marquee {
    Text("Hello World!")
}.marqueeDelay(5.0)
stonko1994 commented 11 months ago

This is merged and can be used using my fork.