---
title: "entries(from:mode:)"
framework: swiftui
role: symbol
role_heading: Instance Method
path: "swiftui/animationtimelineschedule/entries(from:mode:)"
---

# entries(from:mode:)

Returns entries at the frequency of the animation schedule.

## Declaration

```swift
func entries(from start: Date, mode: TimelineScheduleMode) -> AnimationTimelineSchedule.Entries
```

## Discussion

Discussion When in .lowFrequency mode, return no entries, effectively pausing the animation.
