# KeyframeAdd
Keyframe data used for creating new keyframes

{/* Do not edit this file. It is automatically generated by API Documenter. */}

## KeyframeAdd type

Keyframe data used for creating new keyframes

**Signature:**

```typescript
type KeyframeAdd<T> = Omit<Keyframe<T>, "id" | "remove" | "easing"> & Partial<Pick<Keyframe<T>, "easing">>;
```

**References:** [Keyframe](/en/creator-api/nodes/keyframe)
