In this post I'd like to share with you one of my personal projects and show you how it was put together. I have broken it down to each of the processes to help you understand exactly how it was built and animated. For this animation I have used only Adobe after Effects. For anyone not familiar with After Effects it's a powerful, industry standard, animation and motion graphics software. It bridges the gap between images and real life video. It can be used for compositing graphics and text into video as well as animating images and logos.
In future posts I will talk about and show you some of my video compositions but for now in this post I'd like to share with you the animation side of the software. Below is an animation inspired by Heads Up Display design called H.U.D. Talking Eye.
Here is an example of one of the expressions I used on layer 41.
segMin = .3; //minimum segment duration
segMax = .7; //maximum segment duration
minVal = -30;
maxVal = 30;
end = 0;
j = 0;
while ( time >= end){
j += 1;
seedRandom(j,true);
start = end;
end += random(segMin,segMax);
}
endVal = random(minVal,maxVal);
seedRandom(j-1,true);
dummy=random(); //this is a throw-away value
startVal = random(minVal,maxVal);
ease(time,start,end,startVal,endVal)
This is my first tutorial here on Steemit. I originally uploaded this animation to DTube. It was a bit confusing and messy but I've got my head around it all now and will be posting more there in the future. I hope you enjoyed this basic tutorial. Please leave a comment if you have any questions or suggestions on future tutorials you might like to see.
If you would like a custom made, personalized animated .gif for your Steemit posts please check out the post below and leave a reply in the comments section.
