Velocity.js and memory leaks

218 views Asked by At

I'm working on an HTML5 game. The user interface is fairly complex and dynamic: I use a lot of containers and I populate them with various velocity animated DOM elements. Such containers get created and destroyed all the time so I'm wondering if I should worry about about memory leaks in the velocity framework. Is there something I can or should do to help the garbage collector do its work? Thank you.

0

There are 0 answers