2019-06-01 02:52 AM
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?
Solved! Go to Solution.
2019-06-03 01:21 AM
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
2019-06-03 01:21 AM
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