effects/then_effect library
Classes
- ThenEffect
-
A special convenience "effect" that makes it easier to sequence effects after
one another. It does this by calculating a new inheritable delay by adding the
previous effect's
delay
,duration
and its own optionaldelay
.