mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-01 05:50:35 +03:00
3d3c6f8bbe
- use `transition: left` instead of `transform: translate3d` - fixes issue where translate3d moves the element immediately then animates resulting in invisible hit areas that cause unexpected hover behaviour whilst animation is in progress - translate3d is sometimes faster as it doesn't need to constantly re-calculate layout, however in this case the element is positon:absolute and we're only animating opaque elements so the benefit is marginal. Tested on Late-2012 13" retina MBP and framerate was consistently 100fps or higher. |
||
---|---|---|
.. | ||
app | ||
config | ||
lib | ||
public/assets | ||
tests | ||
.ember-cli | ||
.gitignore | ||
.jshintrc | ||
.watchmanconfig | ||
bower.json | ||
Brocfile.js | ||
package.json | ||
testem.json |