So I'm trying to do something like this:
this.inst.cur_animation.frames[this.inst.cur_frame].texture_img.style.webkitTransform = "rotate3d(0, 0, 1, 30deg)";
Which, in theory, should give the current frame a 3d-like special effect. The problem is that... its not working at all. So far the "style.webkitTransform" is not doing what it suppose to do...
Does Anyone has any idea how to work with webkitTransform?