<!--
{
  "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/AnimationTimelineSchedule",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI25AnimationTimelineScheduleV"
  },
  "title" : "AnimationTimelineSchedule"
}
-->

# AnimationTimelineSchedule

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

```
struct AnimationTimelineSchedule
```

## Overview

You can also use [`animation(minimumInterval:paused:)`](/documentation/SwiftUI/TimelineSchedule/animation(minimumInterval:paused:)) to
construct this schedule.

## Topics

### Creating a schedule

[`init(minimumInterval: Double?, paused: Bool)`](/documentation/SwiftUI/AnimationTimelineSchedule/init(minimumInterval:paused:))

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

### Getting the sequence of dates

[`func entries(from: Date, mode: TimelineScheduleMode) -> AnimationTimelineSchedule.Entries`](/documentation/SwiftUI/AnimationTimelineSchedule/entries(from:mode:))

Returns entries at the frequency of the animation schedule.

## Relationships

### Conforms To

[`TimelineSchedule`](/documentation/SwiftUI/TimelineSchedule)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Sendable`](/documentation/Swift/Sendable)

---

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)