Scrolling Lists

1 year ago
2

How to make an iOS-style scrolling list in After Effects
Workbench: https://workbench.tv/tutorials/2016-12-16_ScrollingList
Patreon: http://patreon.com/workbench/
Merch: http://workbench.tv/products/merch/
Paypal: https://www.paypal.me/workbenchtv

Social
***********************************************************
Instagram: http://instagram.com/workbenchtv/
Twitter: https://twitter.com/workbench_tv
Facebook: http://facebook.com/workbenchtv

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);
ease(y,0,540,100,10);

Loading comments...