Staggered entrance
Stagger the entrance of multiple elements in sequence.Props
| Description | Any valid react child with an entrance motion somewhere in the tree as a descendant. |
|---|---|
| Type | JSX.Element | JSX.Element[] |
| Description | Index of the column.
Useful if you want to have columns inside separate containers.
Starts from |
|---|---|
| Type | number |
| Description | Number of columns the children elements will be displayed over. Use
NOTE: This has a big caveat that the elements will be invisible until
the client side Javascript executes. If you have a fixed grid or list, set
this to a specific number. Defaults to |
|---|---|
| Default | "responsive" |
| Type | number | "responsive" |
| Description | Delay in ms.
How long each element group will be staggered.
This will be multipled by the column and row of the element.
Defaults to |
|---|---|
| Default | 50 |
| Type | number |