Skip to main content
Inspiring
October 25, 2022
Answered

Anyone have tips to make this shake medium fast but speedy?

  • October 25, 2022
  • 2 replies
  • 336 views


This topic has been closed for replies.
Correct answer ShiveringCactus

I'd probably use wiggle expressions on the rotation and position properties.  And I'd link them to expression controls so I could control them.

wiggle(frequency,amplitude)

so something like:

wiggle(10,100)

will shake the layer 10 times per second by up to 100 pixels

https://www.youtube.com/watch?v=SqVZcGEZVp4

 

2 replies

Mylenium
Legend
October 25, 2022

Agree withz Mr. Cactus. Animating the properties directly or using an effect like Transform will produce moire aggressive results than a camera shake effect.

 

Mylenium

ShiveringCactus
Community Expert
ShiveringCactusCommunity ExpertCorrect answer
Community Expert
October 25, 2022

I'd probably use wiggle expressions on the rotation and position properties.  And I'd link them to expression controls so I could control them.

wiggle(frequency,amplitude)

so something like:

wiggle(10,100)

will shake the layer 10 times per second by up to 100 pixels

https://www.youtube.com/watch?v=SqVZcGEZVp4

 

Inspiring
October 25, 2022

thank you!