# 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:
start
- start value for all children.step
- step of addition. It gets multiplied by child index and added to thestart
.
Full API reference:
// ...
property : 'stagger( start, step )'
// ...