-
marker based expressions 2
hi
i need to make a transition effect operate on a layer every time there is a marker on a different layer in a nested comp.
i managed to do it inside the layer, but it doesn’t work with the nested comp and it works only in the 1st marker (after that the complition % of the effect stays on 100).i’m posting the expression i used.
thanks,
tzurT=comp("Slides").layer("Slider Ctrl").effect("Slider Control")("Slider");if (marker.numKeys > 0){
linear(T,0,1,0,100)
}else{
0
}
Tzur Livne
Sorry, there were no replies found.