Uploaded February 2024 | Updated September 2026, 2 weeks ago
I'M BACK!!! I'm rusty, so go easy on me. learn to create a procedural automatic springy text, it's pretty cool and you'll learn a bit how the expression selectors work for text animations in After Effects.
Here is the main expression. (it won't let me put a greater than or less than sign in the description, so you will need to replace that part. it's in the first if statement.
vel = effect("Layer Control")("Layer").transform.position.velocityAtTime(time);
x = Math.abs(vel[0])/10000;
if (vel[0] ---is less than--- 0){
nullPos = effect("Layer Control")("Layer").transform.position.valueAtTime(time-((textIndex-1)/24)*x);
} else{
nullPos = effect("Layer Control")("Layer").transform.position.valueAtTime(time-((textTotal-(textIndex-1))/24)*x);
}
[nullPos[0]*(100/thisComp.width),nullPos[1]*(100/thisComp.height)]
For awesome tools and plugins for After Effects, go to elementsupply.co
Don't forget to share this video. You never know who among your friends is a closet After Effects user. Thanks.
Twitter
twitter.com/longlivemikey
#aftereffects #motiongraphics #vfx #videoediting #adobeaftereffects #tutorial #aftereffectstips #aftereffectstutorials
I'M BACK!!! I'm rusty, so go easy on me. learn to create a procedural automatic springy text, it's pretty cool and you'll learn a bit how the expression selectors work for text animations in After Effects.
Here is the main expression. (it won't let me put a greater than or less than sign in the description, so you will need to replace that part. it's in the first if statement.
vel = effect("Layer Control")("Layer").transform.position.velocityAtTime(time);
x = Math.abs(vel[0])/10000;
if (vel[0] ---is less than--- 0){
nullPos = effect("Layer Control")("Layer").transform.position.valueAtTime(time-((textIndex-1)/24)*x);
} else{
nullPos = effect("Layer Control")("Layer").transform.position.valueAtTime(time-((textTotal-(textIndex-1))/24)*x);
}
[nullPos[0]*(100/thisComp.width),nullPos[1]*(100/thisComp.height)]
For awesome tools and plugins for After Effects, go to elementsupply.co
Don't forget to share this video. You never know who among your friends is a closet After Effects user. Thanks.
twitter.com/longlivemikey
#aftereffects #motiongraphics #vfx #videoediting #adobeaftereffects #tutorial #aftereffectstips #aftereffectstutorials





![How to keep the mosaic effect always square in After Effects
If youve ever used the mosaic effect in after effects, Im 99% sure youve encountered this problem. you want it square, but its not. This quick 4.5 minute tutorial will show you how to do it. using some simple expressions.
THE EXPRESSION
h=thisLayer.height*(thisLayer.scale[1]/100);
w=thisLayer.width*(thisLayer.scale[0]/100);
effect(Mosaic)(Horizontal Blocks)*(h/w)
⭐️ UNLIMITED STOCK DOWNLOADS
Access to over 700,000 ready-to-use After Effects Templates, Stock Footage, Fonts, Templates and more! http://cinemaspice.net/envato
Dont forget to share this video. You never know who among your friends is a closet After Effects user. Thanks.
Twitter
https://twitter.com/longlivemikey For awesome tools and plugins for After Effects, go to https://elementsupply.co
Dont forget to share this video. You never know who among your friends is a closet After Effects user. Thanks.
Twitter
https://twitter.com/longlivemikey
#aftereffects #motiongraphics #vfx #videoediting #adobeaftereffects #tutorial #aftereffectstips #aftereffectstutorials How to keep the mosaic effect always square in After Effects](https://i.ytimg.com/vi/y0ncI0sGUlw/mqdefault.jpg)
![Scrolling hacker text for FUI in After Effects
learn how to Create this scrolling hacker text for any FUI (fictional user interface) or for any project really, some cool tricks in this one. Also, check out these products im reviewing, and let me know if you have any questions you want me to go over.
http://palettegear.com
http://www.mezeheadphones.com
And here is the hacker text site I used.
http://hackertyper.net
Here is the expression.
pLine=this.sourceRectAtTime(time).height;
scaler=transform.scale[1]/100;
value-[0,pLine*scaler] For awesome tools and plugins for After Effects, go to https://elementsupply.co
Dont forget to share this video. You never know who among your friends is a closet After Effects user. Thanks.
Twitter
https://twitter.com/longlivemikey
#aftereffects #motiongraphics #vfx #videoediting #adobeaftereffects #tutorial #aftereffectstips #aftereffectstutorials Scrolling hacker text for FUI in After Effects](https://i.ytimg.com/vi/yFCrUU_GyXk/mqdefault.jpg)

