Vibrant Glass UI in After Effects - High-End SaaS Look!

Do it faster and gain more control! Grab the Professional Glass Panel Template here. Or get the Intro project files that include 5 Unique UI Cards including Text Animations!
To purchase you will be redirected to our payment provider. Gumroad.

Complimentary Overshoot Expression:

Simply Copy and paste on a property that has 2 or more keyframes.

freq = 1.5;
amplitude = 0.1;
decay = 4.5;

n = 0;
if (numKeys > 0){
 n = nearestKey(time).index;
 if (key(n).time > time){
   n--;
 }
}

if (n > 0){
 t = time - key(n).time;
 v = velocityAtTime(key(n).time - .001);
 value + v * amplitude * Math.sin(freq * t * 2 * Math.PI) / Math.exp(decay * t);
}else{
 value
}

Vibrant Glass UI in After Effects - High-End SaaS Look!

Do it faster and gain more control! Grab the Professional Glass Panel Template here. Or get the Intro project files that include 5 Unique UI Cards including Text Animations!
To purchase you will be redirected to our payment provider. Gumroad.

Tutorials are
just the start!

Get access to the same tools I use
to create professional animations
View All Tools & Templates
Right