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 marquee boundary configuration #4

Closed stonko1994 closed 11 months ago

stonko1994 commented 3 years ago

Description

Changes

Added the possibility to configure the boundary which will be used for the marquee animation.

Usage Example

    Marquee {
        Text("Hello World!")
    }.marqueeBoundary(.inner)

thx to @dillonhafer for inspiration

stonko1994 commented 11 months ago

This is merged and can be used using my fork.