Quantises progress into count equal jumps, as CSS steps(count, end) does.
Floors rather than rounds, which is what makes it hold each step for its full width: a value a
hair below the next boundary belongs to the step it is still inside. The final instant is pinned
to 1 so the animation lands on its end value rather than a step short of it.
Quantises progress into
countequal jumps, as CSSsteps(count, end)does.Floors rather than rounds, which is what makes it hold each step for its full width: a value a hair below the next boundary belongs to the step it is still inside. The final instant is pinned to 1 so the animation lands on its end value rather than a step short of it.