The minimum interval to update the schedule at. Pass nil to let the system pick an appropriate update interval.
Type Method
型メソッド
animation(minimum
animation(minimumInterval:paused:)
A pausable schedule of dates updating at a frequency no more quickly than the provided interval.
Availability 有効性
- iOS 15.0+
- iPadOS 15.0+
- macOS 12.0+
- Mac Catalyst 15.0+
- tvOS 15.0+
- watchOS 8.0+
Technology
- Swift
UI
Declaration 宣言
static func animation(minimumInterval: Double
? = nil, paused: Bool
= false) -> AnimationTimelineSchedule
Available when
Self
is AnimationTimelineSchedule
.Parameters パラメータ
minimumInterval
paused
If the schedule should stop generating updates.