How to Keyframe Wiggle in Camera
Hi, I added a wiggle expression to my Camera layer but I'd like to use keyframes to enable and disable it. Tutorial on YouTube said use "Slider"" effect to create keyframes wbut it doesn't work.
Hi, I added a wiggle expression to my Camera layer but I'd like to use keyframes to enable and disable it. Tutorial on YouTube said use "Slider"" effect to create keyframes wbut it doesn't work.
The best way is to link the frequency or amplitude of the wiggle expression to expression controllers
1.- Add the wiggle expression to your camera. It should be something like wiggle(a,b) where a is the frequency and b is the amplitude.
2.- Create a Null Object and apply two Slider Control effects (you will fin under the Expression Controls category). Rename them like Frequency and Amplitude.
3.- Select the "a" parameter in the wiggle expression and use the pick whip to link to the slider parameter of the Frequency effect. Do the same with the "b" parameter, linking it to the slider of the second effect. Your expression will be something like wiggle(thisComp.layer("Null 1").effect("Frequency")("Slider"),thisComp.layer("Null 1").effect("Magnitude")("Slider"))
4.- The you can animate the slider parameters to obtain desired result. Anyway, you will have to convert your keyframes to Hold KF to control the wiggle like an "ON-OFF" switch.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.