# Animatable.clearKeyframes
Removes all keyframes from this property.

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

## Animatable.clearKeyframes() method

Removes all keyframes from this property.

**Signature:**

```typescript
clearKeyframes(): void;
```

**Returns:**

void

## Example

```ts
layer.position.clearKeyframes();
```
