Capítulo 83 de 411

Chapter 83: Timeline.shiftChildren()

Core Idea

shiftChildren() moves every child's startTime by a given amount, optionally shifting labels too.

Reference Tables

ParameterTypeDescription
amountNumberseconds (or frames) to shift each child by
adjustLabelsBooleanwhether labels shift too
ignoreBeforeTimeNumberskip children starting before this time

Code Examples

tl.shiftChildren(2, true); // push everything 2s later, labels included