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

# CLKComplicationTimelineAnimationBehavior.always

Always animate transitions. During Time Travel, ClockKit creates animations between all entries, regardless of the values of their group identifiers.

## Declaration

```swift
case always
```

## See Also

### Constants

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