D
Daniil
Guest
Hi everyone! (In TF2 soldier voice) Need some help here!
I just read this amazing article https://www.cgdirector.com/after-effects-wiggle-expression/ which I must say was a great help to me, understanding wiggle and how to have fun with it, but at this moment https://www.cgdirector.com/after-ef...iggle_using_Sliders_eg_Fade_Wiggle_in_and_out, when I thought I found my solution, I was stopped by my After Effects 2020, saying
sliderTemp = effect(“Slider Control”)(“Slider”);
wiggleTemp=wiggle(sliderTemp,50);
[wiggleTemp[0], wiggleTemp[1], wiggleTemp[2]]
Can you help me, please?)
I just read this amazing article https://www.cgdirector.com/after-effects-wiggle-expression/ which I must say was a great help to me, understanding wiggle and how to have fun with it, but at this moment https://www.cgdirector.com/after-ef...iggle_using_Sliders_eg_Fade_Wiggle_in_and_out, when I thought I found my solution, I was stopped by my After Effects 2020, saying
Here is the expression I used from the article.error: syntax error: Invalid or unexpected token
sliderTemp = effect(“Slider Control”)(“Slider”);
wiggleTemp=wiggle(sliderTemp,50);
[wiggleTemp[0], wiggleTemp[1], wiggleTemp[2]]
Can you help me, please?)