<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macCatalyst: 15.0.0 -",
    "macOS: 12.0.0 -",
    "tvOS: 15.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 8.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/TimelineSchedule/animation(minimumInterval:paused:)",
  "metadataVersion" : "0.1.0",
  "role" : "Type Method",
  "symbol" : {
    "kind" : "Type Method",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI16TimelineSchedulePA2A09AnimationcD0VRszrlE9animation15minimumInterval6pausedAESdSg_SbtFZ"
  },
  "title" : "animation(minimumInterval:paused:)"
}
-->

# animation(minimumInterval:paused:)

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

```
@export(implementation) 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.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)