Activity › Forums › Adobe After Effects › Expression control cuestion?
-
Expression control cuestion?
Posted by Manuel F. rugeles on January 1, 2006 at 5:41 pmHello and happy new year!!… I
Manuel F. rugeles replied 20 years, 4 months ago 3 Members · 3 Replies -
3 Replies
-
Mylenium
January 1, 2006 at 7:39 pmSplit the layer at the point where it needs to stop, remove the expression from the remaining part and set the opacity to the last value it has on the expression-driven clip.
Mylenium
[Pour Myl
-
Colin Braley
January 1, 2006 at 8:01 pmWhile Mylenium’s way is the quickest and easiest way to do it, you can also do it via expressions with one layer. Something like this should do it:
//Expression for opacity
endTime = 5;//Time to stop repeating keyframes and use one value
endVal = 100;//Opacity value to stop on//————————————
if(time < endTime) { //Put whatever code you used to //cycle the keyframes //in here }else{ endVal } //--End expression for opacity ~Colin
-
Manuel F. rugeles
January 1, 2006 at 11:40 pmAll right, thanks for the help
Felgue.
Editing and Motion Graphics
Reply to this Discussion! Login or Sign Up