Michelle Stefansen's profile

Logo animation Headit AS

Logo animation styles for Headit AS 
2 different animated logos for Headit´s SOME movie productions made in Adobe After Effects using particle systems (lightning) and AE- Expressions (inherit bounce).

This is the script I used for the bounce back of center line:

// Inertial Bounce (moves settle into place after bouncing around a little) n = 0; if (numKeys > 0){ n = nearestKey(time).index; if (key(n).time > time){ n--; } } if (n == 0){ t = 0; }else{ t = time - key(n).time; } if (n > 0){ v = velocityAtTime(key(n).time - thisComp.frameDuration/10); amp = .04; freq = 5.0; decay = 4.0; value + v*amp*Math.sin(freq*t*2*Math.PI)/Math.exp(decay*t); }else{ value; }
Logo animation Headit AS
Published:

Logo animation Headit AS

Published: