Skip to content

Commit

Permalink
Merge pull request #154 from MartinMoizard/master
Browse files Browse the repository at this point in the history
Use translateX instead of translate3d
  • Loading branch information
bicknellr authored Jun 14, 2016
2 parents 13a1b84 + 8400011 commit cf354bb
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 @@ -636,7 +636,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 cf354bb

Please sign in to comment.