From 840001172476b890a17f6a6a83b0303051c6bd3e Mon Sep 17 00:00:00 2001 From: Martin MOIZARD-LANVIN Date: Fri, 15 Apr 2016 18:22:51 +0200 Subject: [PATCH] Use translateX instead of translate3d --- paper-tabs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paper-tabs.html b/paper-tabs.html index ae2c1b8..4747e47 100644 --- a/paper-tabs.html +++ b/paper-tabs.html @@ -609,7 +609,7 @@ this._width = width; this._left = left; this.transform( - 'translate3d(' + left + '%, 0, 0) scaleX(' + (width / 100) + ')', + 'translateX(' + left + '%) scaleX(' + (width / 100) + ')', this.$.selectionBar); },