Table of Contents

Property Type

Namespace
Velvet
Assembly
Velvet.Docs.dll

Type

Selects the animation model: a USS transition-* class swap (Tween, the default), a physics-integrated spring (Spring), or a fixed-duration tween whose easing is an EXACT numeric cubic-bezier curve (Bezier). See TransitionType for the full contract, including what each does and does not animate.

public TransitionType Type { get; init; }

Property Value

TransitionType