Deprecated! Tweening plugin for the c3runtime + tween timeline support.
Sadly I couldn´t find a function for them that works. Maybe I can try to "steal" it from litetween :V
I have found a bounce-solution here:
npmjs.com/package/js-easing-functions
I'm copy the bounce-part of the module:
jsfiddle.net/ymoLc7hx
Thanks, not sure if I can use it though but I´ll try it. I suspect I´ll have to adapt it.
I have found a very interessting tweening source:
github.com/tweenjs/tween.js
Can you add custom tweening, too? :)
tweenjs.github.io/tween.js/examples/12_graphs_custom_functions.html
Check out the newest release ;) It needed some very minor adaptions but it works perfect!
Regarding custom tweening, I probably can, shouldn´t be that hard. But not in this release.
Thank you for that, very nice :)
The "main-code" from Robert Penner ( robertpenner.com/easing ) is under the BSD License:
raw.githubusercontent.com/danro/jquery-easing/master/LICENSE
You can use it, but you have to insert the BSD license in your sourcecode. Thats all.