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

Add a new Cubic-Bezier interpolation type for expressions

Community Beginner ,
Nov 20, 2022 Nov 20, 2022

AE expressions currently support the following interpolation types: linear, ease, ease in and ease out.

To provide better control over the easing curve, I propose implementing an additional interpolation type: Bezier. A matrix of 4 values would be used to define a cubic bezier (similar to how this is handled in CSS animation)

 

Something like this:

bezier(t, tMin, tMax, value1, value2, [0.4, 0.14, 0.3, 1])

 

A nice little enhancement, which would allow greater creative control over expression based animation.

 

Thanks for your consideration.

Idea No status
TOPICS
Expressions
365
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
1 Comment
New Here ,
Dec 12, 2022 Dec 12, 2022
LATEST

I love the idea, this would save tons of time!👍👍

Translate
Report