# Sandbox.Utility.Easing.Steps

```csharp
static Function Steps(int count, bool atStart = False)
```

Stepped easing with `count` equal-sized jumps.
When `atStart` is true the jump happens at the start of each step,
otherwise it happens at the end. Matches the CSS `steps(n, start|end)` timing function.

### Parameters

- `count` (`int`)
- `atStart` (`bool`), default `False`

### Returns

`Function`

Declared in [Sandbox.Utility.Easing](/api/Sandbox.Utility.Easing).
Assembly: `Sandbox.System`.
