hyperandroid / CAAT

Canvas Advanced Animation Toolkit
hyperandroid.github.com/CAAT
MIT License
727 stars 117 forks source link

"TypeError: c.timerManager is undefined" error using DOM renderer vs Canvas renderer #131

Open Quicky82 opened 11 years ago

Quicky82 commented 11 years ago

When swapping over the CAAT renderer to use DOM rather than Canvas, I get the following error and the code stops executing:

TypeError: c.timerManager is undefined c.timerManager.checkTimers(tt); (caat-css.js line 23194)

I can comment out line 23194 and 23195 and it works. I'm assuming this is a bug, I can't find any reference to this anywhere.

CAAT is awesome by the way!

alexac1970 commented 10 years ago

Same problem for me. Tested with "Getting started" example:

http://hyperandroid.github.io/CAAT/documentation/tutorials/01_getting_started.html