---
title: "init(_:)"
framework: swiftui
role: symbol
role_heading: Initializer
path: "swiftui/movekeyframe/init(_:)"
---

# init(_:)

Creates a new keyframe using the given value.

## Declaration

```swift
init(_ to: Value)
```

## Parameters

- `to`: The value of the keyframe.
