Creates a strobe light effect by toggling between values.
Contributed by:
if (Math.floor(time % 2) == 1){100}else{0}
Making a text layer's opacity blink between 100% and 0% every second.
Useful for motion design with realistic lighting, making shadows move dynamically with light sources.
Useful for character animations, object mirroring, or interface elements that need to flip when they move above or below a certain point in the composition.
Auto-flips layers when they move past the center of the screen, useful for characters, icons, or objects.
Easily turn layers on or off using a dropdown menu for better control over variations in templates.
Great for interactive animations where objects change color as they move, such as sliders, maps, or responsive graphics.
Useful for triggering UI animations on click or hover, like button highlights or tooltips.