-
layer in & out points expressions
hi
im using an expression to drive a linear wipe effect based on the layer’s In point.
i want to add an expression to reverse the effect based on the layer’s Out point.
i can’t manage to find the right way to do it.
i’m posting the In point expression.
thanks,
tzurIn=thisLayer.inPoint;if (time>=In){
ease(time-In,100,0)
}else{
100
}Tzur Livne