I am create a rocket game using gamequery. when rocket moves, I added flames at the bottom of the rocket. now when I try to rotate the rocket flames are not rotating in sync. please let me know how can I do that
Transformation in IE are done using filters and they tend to behave differently than CSS transform. This is probably a bug in gQ implementation of filter, I have to investigate if there is a solution that makes this work in IE too.