<!--
{
  "availability" : [
    "LivePhotosKit JS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "LivePhotosKitJS",
  "identifier" : "/documentation/LivePhotosKitJS/LivePhotosKit.PlaybackStyle",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "LivePhotosKit JS"
    ],
    "preciseIdentifier" : "enum/LivePhotosKit.PlaybackStyle"
  },
  "title" : "LivePhotosKit.PlaybackStyle"
}
-->

# LivePhotosKit.PlaybackStyle

Possible playback styles.

```
interface LivePhotosKit.PlaybackStyle {
	const PlaybackStyleLiteral default;
	const PlaybackStyleLiteral FULL;
	const PlaybackStyleLiteral HINT;
	const PlaybackStyleLiteral LOOP;
};
```

## Topics

### Enumeration Cases

[`FULL`](/documentation/LivePhotosKitJS/LivePhotosKit.PlaybackStyle/FULL)

Play the entire motion content including transition effects at the start and end.

[`HINT`](/documentation/LivePhotosKitJS/LivePhotosKit.PlaybackStyle/HINT)

Play a short section of the motion content.

[`LOOP`](/documentation/LivePhotosKitJS/LivePhotosKit.PlaybackStyle/LOOP)

[`default`](/documentation/LivePhotosKitJS/LivePhotosKit.PlaybackStyle/default)



---

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)