-
Hello, I have a question about the keyframe expression
First of all, I apologize in advance for my unskilled language.
What I’m curious about is I added a checkbox to the keyframe to enable on/off
but Here I would like to know an expression to add a slider to adjust the keyframe rate
with a slider
Below is the expression I wrote
I want to know where it went wrong
———————————————-
if(effect(“lightwhip”)(“check”)==true){
time*thisComp.layer(“Effect”).effect(“slider control”)(“slider”)
nearestKey(thisComp.duration)
}
else {
value
}
——————————————————————————