After Effects Expression?
After Effects Expression?
Out of context: Reply #11
- Started
- Last post
- 11 Responses
- Chief0
you could create a value for the wiggle you want to apply to the axis, call it whatever... let's say "a"
then let AE know that a=your wiggle, so:
a=wiggle(1,15)
then, if you wanted to only affect your x axis, you'd let AE know that by stating:
[a(0),value(1)]
so you're final expression would be
a=wiggle(1,15)
[a(0),value(1)]if you wanted the x-axis to wiggle 15px once per second. i don't remember where i learned this from, but kudos to that nice guy/gal.