Skip to main content
Version: Next

withDelay

The withDelay modifier delays the start of an animation by a specified time in milliseconds. It's particularly useful for sequencing or staggering animations.

Syntax

withDelay(ms: number) => Descriptor

Parameters

  • ms: The delay time in milliseconds before the animation begins.