Skip to content

NuPlay/SwiftUI-SlideText

Repository files navigation

SlideText

스크린샷 2021-04-25 오후 6 25 43 ezgif-3-f92f394bc955
Code PreView

스크린샷 2021-04-24 오후 1 37 54

Code

import SwiftUI
import SlideText

struct SlideText_Test: View {
    var text : String = "SwiftUI-SlideText Test"
    var body: some View {
        VStack{
            SlideText(text: text, frameWidth: 100)
            SlideText(text: text, frameWidth: 150, fontSize: 30, fontWeight: .bold, animationDuration: 5, delay: 1)
        }
    }
}

How To Use

  • text : which one you want to show
  • frameWidth : frameWidth
    • I want to delete this and just follow the view size later
  • animationDuration : animationDuration
  • delay : when the animation reaches the end How long to wait