Activity › Forums › Adobe After Effects › Unable to Use Animation Presets With Null Object
-
Unable to Use Animation Presets With Null Object
Posted by Evan Robinson on April 27, 2012 at 1:34 amHello,
I am trying to apply wiggle-position to a null object, but that does not seem to affect it. As it turns out, no animation presets or expressions like wiggle(1,000) will change anything. Any one know why?
Evan Robinson replied 14 years ago 2 Members · 6 Replies -
6 Replies
-
Brian Charles
April 27, 2012 at 6:02 am[Evan Robinson] “As it turns out, no animation presets or expressions like wiggle(1,000) will change anything. Any one know why?
“I’m assuming you’re applying the expression to the position property.
Wiggle takes multiple parameters or arguments.
You can make it work with the following 2 parameters:
1) frequency
2) amount.So the expression you quote (wiggle (1,000) means wiggle 1 time per second, zero amount. Its not wiggling any distance.
Here are some references for the expression language:
https://www.jjgifford.com/expressions/index.html
-
Evan Robinson
April 27, 2012 at 11:52 amI am trying to make the null object wiggle randomly. Applying wiggle- position or the expression wiggle(1,000) makes a normal layer wiggle. Yes i want to apply this to the position. Why does it work for normal layers but not null objects?
-
Brian Charles
April 27, 2012 at 2:57 pm[Evan Robinson] “Applying wiggle- position or the expression wiggle(1,000) makes a normal layer wiggle”
This will not produce a wiggle since the wiggle amount is 0.
Here is a CS5 file demonstrating that wiggle(1,000) produces no movement on a Solid layer and that wiggle(5,10) produces movement on a Null Object.
-
Evan Robinson
April 27, 2012 at 3:16 pmOk, I see, but my main problem is why doesn’t the animation preset work with the null objects?
-
Brian Charles
April 27, 2012 at 3:59 pmOK I see now.
The preset applies the Transform effect which does not work on Null Objects.
-
Evan Robinson
April 27, 2012 at 4:05 pmOk, Thanks. I just need to use an expression like wiggle(5,10) to animate it. Thanks for the help.
Reply to this Discussion! Login or Sign Up