Skip to content

Instantly share code, notes, and snippets.

View chaserr's full-sized avatar
🏠
Working from home

chaser chaserr

🏠
Working from home
View GitHub Profile
//------------------------------------------------------------------------
// Author: The SwiftUI Lab
// Post: Advanced SwiftUI Animations - Part 4
// Link: https://swiftui-lab.com/swiftui-animations-part4 (TimelineView)
//
import SwiftUI
struct CyclicTimelineSchedule: TimelineSchedule {
let timeOffsets: [TimeInterval]