You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
premasagar edited this page Sep 24, 2011
·
5 revisions
these are the events you can listen for via bind or emit via trigger
jj object events (eg, jj.bind('tick', callback) )
Callback is passed two arguments:
callback(deltaT, now) // deltaT is the number of milliseconds since the previous frame; now is the current timestamp in milliseconds