googlearchive / paper-toast

A lightweight feedback about an operation in a small popup at the base of the screen on mobile and at the lower left on desktop.
17 stars 8 forks source link

Prefixed transforms are preferred over unprefixed #13

Closed ebidel closed 9 years ago

ebidel commented 9 years ago

There are several lines like s.webkitTransform = s.transform = 'translate3d(0, ' + y + 'px, 0)'; that set the prefixed transform, last. It should be reversed.