Table of Contents

Class StepsBuilder

Namespace
BlazOrbit.Components
Assembly
BlazOrbit.Core.dll

Fluent builder for a CSS steps(...) easing function.

public class StepsBuilder
Inheritance
object
StepsBuilder

Methods

Build()

Emits the configured steps(count, position) value back into the parent EasingBuilder.

public EasingBuilder Build()

Returns

EasingBuilder

End()

Sets the step position to end.

public StepsBuilder End()

Returns

StepsBuilder

JumpBoth()

Sets the step position to jump-both.

public StepsBuilder JumpBoth()

Returns

StepsBuilder

JumpEnd()

Sets the step position to jump-end.

public StepsBuilder JumpEnd()

Returns

StepsBuilder

JumpNone()

Sets the step position to jump-none.

public StepsBuilder JumpNone()

Returns

StepsBuilder

JumpStart()

Sets the step position to jump-start.

public StepsBuilder JumpStart()

Returns

StepsBuilder

Start()

Sets the step position to start.

public StepsBuilder Start()

Returns

StepsBuilder