oF 0.9~
// TODO:
string ofxFunctionalEasing(function<void(float progress)> easing,
float duration,
const string &label,
const function<void(const string &label)> &callback)
string ofxFunctionalEasing(function<void(float progress)> easing,
float duration,
float delay,
const string &label,
const function<void(const string &label)> &callback)
if you don't give label, we will give quasi-unique label automatically.
do nothing when finished if you don't give callback.
return value is label will give to callback (or quasi-unique label).
please see ofxFunctionalEasingExample.
- initial
MIT License.
- ISHII 2bit [bufferRenaiss co., ltd. / backspace.tokyo]
- [email protected]
Please create a new issue if there is a problem. And please throw a pull request if you have a cool idea!!