A nifty little preset to help you sequence your sequences. because, yo dawg. Well, I guess in After Effects they are called comps. so that doesn't really work. NEVER MIND I stand by my claims!!!!!
See this in action here: https://www.youtube.com/watch?v=IG0ZsBOrjwU
And here is the expression.
completion=effect("Completion")("Slider");
amount=effect("Amount")("Slider");
indexL=thisProperty.propertyGroup(1).propertyIndex-3;
aComp=completion*amount-(100*indexL);
if(aComp>100)
{100;}
else{
if(aComp<0)
{0;}
else{
aComp;}
}
The post Sequencer appeared first on Cinema Spice | Idaho Falls Video Production And Advertising Agency.