Skip to content

Instantly share code, notes, and snippets.

View mark-x64's full-sized avatar
🎯
Focusing

Mark By mark-x64

🎯
Focusing
View GitHub Profile
import SwiftUI
// Remember to download FontSettings.swift
struct WWDC24AnimatedTextView: View {
var text = "Hello, World!"
var animation: Animation = .easeInOut
var targetFontSize: CGFloat = 40
var minimumFontSize: CGFloat = 30
var targetFontWeight: Font.Weight = .semibold