onaluf / gameQuery

a javascript game engine with jQuery
http://gamequeryjs.com
633 stars 161 forks source link

Callback get executed more than once for ONCE animations #19

Closed onaluf closed 11 years ago

onaluf commented 11 years ago

If an animation is defined as $.gQ.ANIMATION_CALLBACK | $.gQ.ANIMATION_ONCE and a callback is added it will be executed once the last frame is displayed and every refereshRate milisec. form there until the animation is changed!