---
title: "animation(minimumInterval:paused:)"
framework: swiftui
role: symbol
role_heading: Type Method
path: "swiftui/timelineschedule/animation(minimuminterval:paused:)"
---

# animation(minimumInterval:paused:)

A pausable schedule of dates updating at a frequency no more quickly than the provided interval.

## Declaration

```swift
static func animation(minimumInterval: Double? = nil, paused: Bool = false) -> AnimationTimelineSchedule
```

## Parameters

- `minimumInterval`: The minimum interval to update the schedule at. Pass nil to let the system pick an appropriate update interval.
- `paused`: If the schedule should stop generating updates.

## See Also

### Getting built-in schedules

- [animation](swiftui/timelineschedule/animation.md)
- [everyMinute](swiftui/timelineschedule/everyminute.md)
- [explicit(_:)](swiftui/timelineschedule/explicit(_:).md)
- [periodic(from:by:)](swiftui/timelineschedule/periodic(from:by:).md)
