Interactive Minimal UI Animation in After Effects - After Effects Tutorial | Scale Proximity

Опубликовано: 25 Июль 2026
на канале: Motion Graphics VFX Studio
99
5

In this After Effects tutorial, we will create an Interactive Minimal UI Animation without using plugins. By using Scale Proximity Expression, we can control the ui scale and make it responsive to the cursor.

Expression Below!!

target = thisComp.layer("Target");
dist = Math.floor( length(position, target.position) );
maxSize = thisComp.layer("Target").effect("maxSize")("Slider");
minSize = thisComp.layer("Target").effect("minSize")("Slider");
range = thisComp.layer("Target").effect("range")("Slider");
sensitivity = thisComp.layer("Target").effect("sensitivity")("Slider");
scle = linear(dist, range, sensitivity, maxSize, minSize);
[scle, scle];

If you enjoy content on my channel feel free to Subscribe