onaluf / gameQuery

a javascript game engine with jQuery
http://gamequeryjs.com
633 stars 161 forks source link

Optimise IE filter usage #23

Closed toebu closed 11 years ago

toebu commented 11 years ago

Added a check around line 1550 to only apply DXImageTransform.Microsoft.Matrix filter if it is needed (if an element is either rotated or scaled). This is a relevant improvement for two reasons:

onaluf commented 11 years ago

That's great, thanks for the contribution!

toebu commented 11 years ago

Np, thanks for the super fast merge :)