-
Notifications
You must be signed in to change notification settings - Fork 0
Home
How to blend this track with the track on the previous layer.
The color to set the keys to.
How long, in milliseconds, to delay the start of the track. Default is 0.
Percentage chance each key belonging to the track has of being altered in the current iteration. For example, a pulse track on all keys with a density of 0.5 will pulse half of the keys. A pulse track on a single key with a density of 0.5 will pulse that single key half the time. A pulse track on a single key (or any number of keys for that matter) with a density of 1 will pulse all of the keys.
Number of distinct random colors to use on the keys. Ignored if colors parameter is set.
Total duration, in milliseconds, of a single iteration of the track.
Duration, in milliseconds, of the ease in.
Function to use for easing in. See easing options for more info.
Direction to run the ease in curve. Set to 1 for forward, or -1 for backward.
Duration, in milliseconds, of the ease out.
Function to use for easing out. See easing options for more info.
Direction to run the ease out curve. Set to 1 for forward, or -1 for backward.
How long, in milliseconds, to hold the color after easing in and before easing out.
The keys to apply the track to.
The keys to explicitely not apply the track to.
Whether or not to persist the last frame of the track. This means that, even if the track is done running, the last color it applied will still be visible.
How many times to repeat the track. True repeats forever, or a number repeats that many times.
How long to rest, in milliseconds between iterations.
Blend modes describe how one track should layer on top of the previous track. This can be used to create many advanced effects. You can blend tracks together to create dynamic new tracks, or choose to completely overwrite the previous track.
The final color is the top color, whatever the bottom color may be. The effect is similar to two opaque pieces of paper overlapping.
The final color is a color composed of the lightest values per color channel.
The final color is a color composed of the darkest values per color channel.
Just blindly replace the prevous layer with the new layer. Similar to a normal blend, but missing/transparent values will overwrite as well.
Ease the track at the same speed the entire time.
Ease the track along a sine curve
Ease the track along a cubic curve
Ease the track long a "bounce" curve which will go all the way, then bounce backwards a couple times.