Property Type
- Namespace
- Velvet
- Assembly
- Velvet.Docs.dll
Type
Selects the animation model: a USS transition-* class swap (Tween,
the default) or a physics-integrated spring (Spring). See
TransitionType for the full contract, including what a spring does and does not animate.
public TransitionType Type { get; init; }
Property Value
Remarks
Equivalent to setting Framer Motion's transition.type to "tween" / "spring"
for users migrating from Framer Motion — except Velvet defaults to Tween where Framer defaults
transform-like values to a spring; spring is opt-in here.