After Effects News Ticker Template Design
Posted on by admin

Desktop News Ticker
If i under stand what you are trying to do - just have a line of text crawl across the bottom of the screen - then i don't think you need to know the width.i think you could time to offset the position with an expression like this:offset = 2; // value in pixels per framex = timeToFrames.offset;value - x,0it will march across the screen for as long as the comp's duration.and to make the source text string loop, you could use an expression like this:value + ' ' + value + ' ' + value;just keep adding + ' ' + value to make the string loop.Kevin CampSenior DesignerKCPQ, KMYQ & KRCW.
Comments are closed.