-
Change scale based on keyframe
Hi,
I’m trying to change the scale based on the time of a keyframe or just when playhead reaches the keyframe (based on a checkbox on or off) this is what I have so far:
if (thisComp.layer(“HEIGHT”).transform.scale.key(2).time => 2.483)
[
if (thisComp.layer(“Controls”).effect(“Checkbox Control”)(“Checkbox”) == 0) [40,40] else [40,68]
]sorry for my poor syntax.
Thanks,
R
Sorry, there were no replies found.