-
nearestKey from other layer
Hello.
I usually use:
d = Math.abs(time – nearestKey(time).time);
easeOut(d, 0, .1, 100, 0)Which retrieves somthing like 3 keyframes with just one. This works fine working in a layer.
I want to use a layer reference (A), to this layer will be linked 2 solids 1 and 2.
Solid 1 will take value information form the keyframes, as usual (Just picking with pickwhip)
Solid 2 Just take the position of keyframe to change it’s opacity like a camera flash.I’ve tried many and many expressions, but I can’t solve.
Thanksd = Math.abs(time - nearestKey(time).time);
easeOut(d, 0, .1, 100, 0)