I’m excited to announce the release of a new library contribution i’ve made: is called EasyEase It’s all about bringing Natural Animation effects with super simple integration of easing functions in a simply and intuitive way, without complicated math headaches.
Hi svan,
thanks for pointing it out: line 29-30 were missing/misspelled in the example; float motor = colorChange.framer(frameCount); float col = colorChange.inOutBounce(motor, 0, 255, "alternate");
it has been fixed and should now work fine.
If you encounter any further issues or have any questions, please don’t hesitate to let me know.