Expression 5: Dynamic Inverse Scaling
This After Effects expression creates a responsive inverse scaling effect between two layers! When the primary layer scales down to 17.15%, the secondary layer scales up to 100%, and as the primary layer scales to 100%, the secondary layer scales down to 17.15%. Perfect for adding dynamic, balanced interactions between layers that visually complement each other.
primaryLayer = thisComp.layer(“Primary Layer Name”);
primaryScale = primaryLayer.transform.scale[0];
minScale = 17.15;
maxScale = 100;
secondaryScale = linear(primaryScale, minScale, maxScale, maxScale, minScale);
[secondaryScale, secondaryScale];
More tutorials on YouTube & get working files at the link in bio!
#AfterEffects #MotionDesign #ExpressionMagic #InverseScaling #LayerEffects #AEExpressions #DynamicScaling #VisualEffects #ScaleEffect #DynamicLayers #VFX #CreativeMotion #LayerInteraction