Skip to main content
TimSx
Inspiring
February 18, 2018
Question

easing functions that accept influence and speed as argument

  • February 18, 2018
  • 2 replies
  • 1748 views

I've found some functions that can be used in expressions to control easing: jquery-easing/jquery.easing.js at master · danro/jquery-easing · GitHub . You can see how each one looks here: Easing Functions Cheat Sheet

This functions are discrete, meaning each function produces one curvature of the animation. If you played with graph editor, you can see that AE easing gives you handles, that produce continuous curvatures of the animation. You can also type in any influence and speed you want.

So my question is, where can I find easing functions that AE uses that accept influence and speed for an argument? With the functions I posted, you are limited to a small subsection of possibilities. Can this function be derived from the ones I posted? If so, whats the relation between them?

This topic has been closed for replies.

2 replies

Inspiring
February 18, 2018

I think EaseAndWizz is what you need. Look here:http://ianternet.net/ease-and-wizz//

Regards,

Wim

Mylenium
Legend
February 18, 2018

There are scripts out there that produce all kinds of custom interpolation functions. have a look at AEScripts.com.

Mylenium

TimSx
TimSxAuthor
Inspiring
February 18, 2018

Thanks for taking your time. I found lots of scripts, but I am not after scripts, but math equations rather.

Warren Heaton
Community Expert
Community Expert
February 18, 2018

Would it be correct to say that you're looking to plot the coordinates for the control points and the corresponding tangents?