thednp / kute.js

KUTE.js is a JavaScript animation engine for modern browsers.

Home Page:http://thednp.github.io/kute.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Callback References

nbdamian opened this issue · comments

Would it be possible to add references to the Tween inside the callbacks?
E.G
if (this[options].complete) { this[options].complete.call(this); }