Class StepsBuilder
- Namespace
- BlazOrbit.Components
- Assembly
- BlazOrbit.Core.dll
Fluent builder for a CSS steps(...) easing function.
public class StepsBuilder
- Inheritance
-
objectStepsBuilder
Methods
Build()
Emits the configured steps(count, position) value back into the parent EasingBuilder.
public EasingBuilder Build()
Returns
End()
Sets the step position to end.
public StepsBuilder End()
Returns
JumpBoth()
Sets the step position to jump-both.
public StepsBuilder JumpBoth()
Returns
JumpEnd()
Sets the step position to jump-end.
public StepsBuilder JumpEnd()
Returns
JumpNone()
Sets the step position to jump-none.
public StepsBuilder JumpNone()
Returns
JumpStart()
Sets the step position to jump-start.
public StepsBuilder JumpStart()
Returns
Start()
Sets the step position to start.
public StepsBuilder Start()