SignalTween
Signal tweening for smooth transitions of signal value changes.
SignalTween combines reactive signals with tween animation functionality.
Properties
| Property | Type | Description |
|---|---|---|
value | Signal<T> | Target signal |
tween | Tween<T> | Tween instance |
Methods
start
start(): void
Starts the tween animation.
stop
stop(): void
Stops the tween animation.