Skip to content

@ue-too/animate / stringHelperFunctions

Variable: stringHelperFunctions

const stringHelperFunctions: AnimatableAttributeHelper<string>

Defined in: animatable-attribute.ts:177

Built-in interpolation helper for animating string values.

Remarks

Uses step-based interpolation with a 50% threshold. Returns start value until 50% progress, then switches to end value. Useful for discrete property changes.