跳到主要内容

SignalTween

Signal tweening for smooth transitions of signal value changes.

SignalTween combines reactive signals with tween animation functionality.

Properties

PropertyTypeDescription
valueSignal<T>Target signal
tweenTween<T>Tween instance

Methods

start

start(): void

Starts the tween animation.

stop

stop(): void

Stops the tween animation.