-
link to value from layer above but hold it at 100%
Hello everybody,
I am trying to animate a path on a map using “blinking/pulsing” dots. I animated the opacity of the first layer using keyframes. ( 0% to 100% and back to 0%) Then I duplicated this layer a couple of times and linked the opacity to the first layer using:
thisComp.layer(thisLayer, -1).opacity.valueAtTime(time – .4);
so they are fading in and out one by one.
so far, so good.
Now I want to hold the last layer at 100%, to show the end of the path.
Is it possible to grab just the two keyframes from 0% to 100% at the last layer.How can I do this?
thanks for your help.
greez Martin