Skip to content

Commit

Permalink
Use translateX instead of translate3d
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin MOIZARD-LANVIN committed Apr 15, 2016
1 parent a017c85 commit 8400011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paper-tabs.html
Original file line number Diff line number Diff line change
Expand Up @@ -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);
},

Expand Down

0 comments on commit 8400011

Please sign in to comment.