Use translate3d

This commit is contained in:
John Firebaugh
2013-04-25 16:23:58 -07:00
parent 62e53fc98b
commit 99fe5f615d
+1 -1
View File
@@ -164,7 +164,7 @@ iD.Map = function(context) {
var transform =
'scale(' + scale + ')' +
'translate(' + tX + 'px,' + tY + 'px) ';
'translate3d(' + tX + 'px,' + tY + 'px, 0) ';
supersurface.style(transformProp, transform);
queueRedraw();