I am using requestanimationframe function of javascript and also i created a object in javascript. I want to use method of my object within requestanimationframe function as callback.
syntex : requestanimationframe(callback);
And I try : requestanimationframe(this.rander); not working.