# Sandbox.Utility.Easing.StepStart

```csharp
static float StepStart(float f)
```

Jumps straight to 1 the moment the animation starts.

### Parameters

- `f` (`float`): Input in range of 0 to 1.

### Returns

`float`: Output in range 0 to 1.

Declared in [Sandbox.Utility.Easing](/api/Sandbox.Utility.Easing).
Assembly: `Sandbox.System`.
