-
Markers to Trigger Animation
Hi,
Is there a way to trigger the Animation In and Out based on the layer markers, I’m trying to achieve that by the below script, it appears that the script only works for “Out” as of “In” is not working i guess because there must be a method that’s missing , is there a different method to perform the same action twice but with different marker name.
Thanks,
Much appreciated.m = thisLayer;
valueAtTime(time-m.marker.key("In").time);
valueAtTime(time-m.marker.key("Out").time);