Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Need help making a 2D object rotate, starting from stop and accelerating.

New Here ,
Jul 29, 2022 Jul 29, 2022

Hello,

I am looking for help with what I think should be a simple question. I have a circular object that I want to make rotate. I would like to to start from a stop and gradually start to rotate faster and faster. The final rotation speed does not matter. I know how to make the object spin in place at a constant speed, but not from a stop with constant acceleration. Any help would be great. Thanks!

TOPICS
Expressions
142
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jul 29, 2022 Jul 29, 2022

On your first keyframe right click/keyframe assistant Easy Ease out. You can also select the layer and choose the graph editor icon located by the main switches and try to adjust the handle to tweak the speed.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jul 29, 2022 Jul 29, 2022
LATEST

Using the formula for angular displacement based on angular acceleration, you could use a rotation expression like this:

a = 100; // angular acceleration
a*time*time/2
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines