<!--
{
  "availability" : [
    "watchOS: 2.0.0 - 27.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "ClockKit",
  "identifier" : "/documentation/ClockKit/CLKComplicationTimelineAnimationBehavior",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "ClockKit"
    ],
    "preciseIdentifier" : "c:@E@CLKComplicationTimelineAnimationBehavior"
  },
  "title" : "CLKComplicationTimelineAnimationBehavior"
}
-->

# CLKComplicationTimelineAnimationBehavior

Constants indicating the animation behavior during Time Travel.

```
enum CLKComplicationTimelineAnimationBehavior
```

## Topics

### Constants

[`CLKComplicationTimelineAnimationBehavior.never`](/documentation/ClockKit/CLKComplicationTimelineAnimationBehavior/never)

No animations. This is the default behavior.

[`CLKComplicationTimelineAnimationBehavior.grouped`](/documentation/ClockKit/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.

[`CLKComplicationTimelineAnimationBehavior.always`](/documentation/ClockKit/CLKComplicationTimelineAnimationBehavior/always)

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



---

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)