Skip to main content

Transition

Deprecated

This node is deprecated and kept only so existing projects keep working. It is not offered in the node picker for new use.

Deprecated single-value tween. Use Animate To Value (net.noodl.animatetovalue) in new graphs.

The legacy Transition node tweens currentValue toward targetValue with duration/delay/easing — the same contract Animate To Value now provides, plus an override-current-value pair for jumping mid-flight. Deprecated and hidden from the picker.

When to use it

Do not use in new graphs — use net.noodl.animatetovalue instead.

At a glance

CategoryAnimation
Type nameTransition
Available inbrowser
SSR compatibilitypartial — The scheduler clock is frozen during server render; the transition does not animate or complete there.
Provided bynoodl-viewer-react

Inputs

Values

NameTypeDefaultDescription
delayNumber0How long to wait before the move begins, in milliseconds
durationNumber300How long the move takes, in milliseconds
easingCurveEnum (easeOut, easeIn, linear, easeInOut)easeOutShape of the movement between where the value is and Target Value
overrideCurrentValue.valueNumberValue to jump straight to when Do fires, without animating
targetValueNumberValue to move towards; the first one to arrive is adopted outright rather than animated to

Signals

NameTypeDefaultDescription
overrideCurrentValue.doSignalJumps Current Value to Override Value and carries on towards Target Value from there

Outputs

Values

NameTypeDefaultDescription
currentValueNumberWhere the move has got to, updated every frame while it runs

Signals

NameTypeDefaultDescription
atTargetValueSignalFires when the value settles on Target Value, and not at all if a new target interrupted it

Animate To Value, States

Generated

This page is generated from node-catalog-enriched.json. Do not edit it by hand — run npm run docs:nodes to regenerate, and fix the source enrichment instead.