Forums › Adobe After Effects Expressions › Wiggle Slider control
Wiggle Slider control
Kurisuta vd Wilk
February 18, 2020 at 7:08 pmHello!
Normaly the most simple thing ever.
1. Add a wiggle to a layer position or rotation ( ex. wiggle (10, 40 )
2. Expression pigwhip 10 to a slider control > slider works
3. Expression pigwhip 40 to a slider control > slider doesnt workThe second digit gives an error!
I can not figure it out!!Anyone an idea?
Kyung Ko
February 18, 2020 at 9:16 pmTry this…
freq = thisComp.layer("Your Layer").effect("Slider Control 1")("Slider");
amp = thisComp.layer("Your Layer").effect("Slider Control 2")("Slider");
wiggle(freq, amp)Kurisuta vd Wilk
February 19, 2020 at 10:13 amYes this works! Thanks. Will dive more into writing it myself, I got used to relying on the pigwhips.
Merci
Viewing 1 - 3 of 3 posts
Log in to reply.