# Sandbox.AnimationBuilder.WithInterpolationDisabled

```csharp
AnimationBuilder WithInterpolationDisabled(bool disableInterpolation = True)
```

Sets whether interpolation between frames is disabled.

### Parameters

- `disableInterpolation` (`bool`), default `True`: Whether frame interpolation should be disabled.

### Returns

`AnimationBuilder`

Declared in [Sandbox.AnimationBuilder](/api/Sandbox.AnimationBuilder).
Assembly: `Sandbox.Engine`.
