Skip to main content
Inspiring
October 25, 2022
Répondu

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


Ce sujet a été fermé aux réponses.
Meilleure réponse par 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 commentaires

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
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!