Flips a layer’s scale when it crosses the comp’s center.
Contributed by:
flip = (position[0] > thisComp.width / 2) ? [100, 100] : [-100, 100];flip;
Auto-flips layers when they move past the center of the screen, useful for characters, icons, or objects.
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.
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.