Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 619 Bytes

stagger.md

File metadata and controls

23 lines (15 loc) · 619 Bytes

Stagger Strings Syntax

Stagger string was designed to express continious numeric values. Often used with Burst and Stagger modules to generate a value on children with some step.

Takes 2 parameters:

  1. start - start value for all children.
  2. step - step of addition. It gets multiplied by child index and added to the start.

Full API reference:

  // ...
  property : 'stagger( start, step )'
  // ...