# Editor.EditorPreferences.CameraMovementSmoothing

```csharp
static float CameraMovementSmoothing { get; set; }
```

Should we smooth the movement of the camera. This is the smooth time, in seconds. No smoothing
feels pretty jarring, but a bit feels nice. Once you get over half a second it makes everything feel
slow and horrible.

Declared in [Editor.EditorPreferences](/api/Editor.EditorPreferences).
Assembly: `Sandbox.Tools`.
