Skip to main content
Hosting
Associate III
June 1, 2019
Solved

I not find the function implementation class Easing Equations.

  • June 1, 2019
  • 1 reply
  • 1279 views

I cannot find an implementation of the Easing Equations class functions. But when used in code, it works.

Where can I find the implementation of functions?

0690X000008aINmQAM.jpg

This topic has been closed for replies.
Best answer by Martin KJELDSEN

The easing equations are available through the library, but not as source code. Why do you need it? You should be able to find source code examples online for any type of easing equation if you're interested.

e.g. here: https://github.com/jesusgollonet/ofpennereasing

/Martin

1 reply

Martin KJELDSEN
Martin KJELDSENBest answer
Principal III
June 3, 2019

The easing equations are available through the library, but not as source code. Why do you need it? You should be able to find source code examples online for any type of easing equation if you're interested.

e.g. here: https://github.com/jesusgollonet/ofpennereasing

/Martin