In this week's tutorial, we look at a cool way to use an expression to make "flavor text" or loading text, like when your computer is searching or installing something.
Here's the expression code used in the tutorial:
//Apply to position
t = time-inPoint;
offset = Math.floor((t/thisComp.frameDuration)/7)*37;
[value[0],value[1]-offset];
This technique is foundational for a couple of ideas regarding expressions—it shows you how to make things happen every few frames, rather than every frame, and it shows you how to use an offset to move things depending upon which block of time you're in. So this technique can be applied to many other things if you're willing to experiment!
Become a Patron
If you'd like to help support Workbench, check out our Patreon page. For $5 a month, you get access to all of the tutorial project files we've made available as well as other monthly projects, rigs, R&D, elements, early product previews, and BTS content not available anywhere else!
This week we go over a tip sent to me by a friend to use in this tutorial. Learn how to use an expression to fake a 3D shadow on a ground plane or wall. #CinemaFauxD
Become a Patron
If you'd like to help support Workbench, check out our Patreon page. For $5 a month, you get access to all of the tutorial project files we've made available as well as other monthly projects, rigs, R&D, elements, early product previews, and BTS content not available anywhere else!
Hi guys, here's a quick tutorial to show you how to set up an iOS-style scrolling list, where the text closest to the middle of the composition is the largest and other lines of text get smaller toward the top and bottom edges. It's easier to watch than to explain so check it out!
Here's the code for the expression:
y = thisLayer.toComp([0,0,0]);
y = Math.abs(y[1]-540);
s = ease(y,0,540,100,10);
[s, s];
Become a Patron
If you'd like to help support Workbench, check out our Patreon page. For $5 a month, you get access to all of the tutorial project files we've made available as well as other monthly projects, rigs, R&D, elements, early product previews, and BTS content not available anywhere else!
Hey guys, this is a quick tutorial about creating a quick grid/line of repeated animated elements. It's a pretty simple technique using only default After Effects plugins.
Become a Patron
If you'd like to help support Workbench, check out our Patreon page. For $5 a month, you get access to all of the tutorial project files we've made available as well as other monthly projects, rigs, R&D, elements, early product previews, and BTS content not available anywhere else!
I am so excited for this one. I used to use this plugin family back in the day called Pete's Plugins. There was this awesome halftone effect in it. But Pete stopped developing it and posted his code but no one updated them for newer versions of AE so they died. I tried to compile it and I couldn't figure it out. But that's ok because I was able to figure out a way to do it!
Feel free to download a preset that you can use in your own projects!
If you'd like to help support Workbench, check out our Patreon page. For $5 a month, you get access to all of the tutorial project files we've made available as well as other monthly projects, rigs, R&D, elements, early product previews, and BTS content not available anywhere else!
If you'd like to help support Workbench, check out our Patreon page. For $5 a month, you get access to all of the tutorial project files we've made available as well as other monthly projects, rigs, R&D, elements, early product previews, and BTS content not available anywhere else!
If you'd like to help support Workbench, check out our Patreon page. For $5 a month, you get access to all of the tutorial project files we've made available as well as other monthly projects, rigs, R&D, elements, early product previews, and BTS content not available anywhere else!
This week, we go over an often overlooked—at least by me—feature of After Effects—using masks for effects rather than the layers themselves.
Thanks for checking it out!
Become a Patron
If you'd like to help support Workbench, check out our Patreon page. For $5 a month, you get access to all of the tutorial project files we've made available as well as other monthly projects, rigs, R&D, elements, early product previews, and BTS content not available anywhere else!
If you'd like to help support Workbench, check out our Patreon page. For $5 a month, you get access to all of the tutorial project files we've made available as well as other monthly projects, rigs, R&D, elements, early product previews, and BTS content not available anywhere else!
This quick After Effects tutorial shows a useful way to make time displacement maps for shapes and other objects using gradients with the posterize effect.
Become a Patron
If you'd like to help support Workbench, check out our Patreon page. For $5 a month, you get access to all of the tutorial project files we've made available as well as other monthly projects, rigs, R&D, elements, early product previews, and BTS content not available anywhere else!