---
title: CLKComplicationTimelineAnimationBehavior.grouped
framework: clockkit
role: symbol
role_heading: Case
path: clockkit/clkcomplicationtimelineanimationbehavior/grouped
---

# CLKComplicationTimelineAnimationBehavior.grouped

Animations between groups. During Time Travel, ClockKit creates animations when transitioning between entries with different group identifiers. For entries with identical group identifiers, the new entry is displayed without animations.

## Declaration

```swift
case grouped
```

## See Also

### Constants

- [CLKComplicationTimelineAnimationBehavior.never](clockkit/clkcomplicationtimelineanimationbehavior/never.md)
- [CLKComplicationTimelineAnimationBehavior.always](clockkit/clkcomplicationtimelineanimationbehavior/always.md)
