static var animation: AnimationTimelineSchedule
A pausable schedule of dates updating at a frequency no more quickly than the provided interval.
Available when
Self
is AnimationTimelineSchedule
.static func animation(minimumInterval : Double?, paused: Bool) -> AnimationTimelineSchedule
A pausable schedule of dates updating at a frequency no more quickly than the provided interval.
Available when
Self
is AnimationTimelineSchedule
.static var everyMinute : EveryMinuteTimelineSchedule
A schedule for updating a timeline view at the start of every minute.
Available when
Self
is EveryMinuteTimelineSchedule
.static func explicit<S>(S) -> ExplicitTimelineSchedule <S>
A schedule for updating a timeline view at explicit points in time.
static func periodic(from: Date, by: TimeInterval ) -> PeriodicTimelineSchedule
A schedule for updating a timeline view at regular intervals.
Available when
Self
is PeriodicTimelineSchedule
.