Table of Contents

Method Call

Namespace
Velvet
Assembly
Velvet.Docs.dll

Call(Action)

Fires callback synchronously on arrival, then advances immediately — never holds the cursor. Step 0's callback re-fires under the Editor's StrictMode mount double-invoke diagnostic (same expectation as any UseEffect mount factory with a non-idempotent body), so write it to tolerate running twice if the sequence's own mount matters.

public static AnimationSequenceStep Call(Action callback)

Parameters

callback Action

The callback to invoke. Must not be null.

Returns

AnimationSequenceStep