0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core
Kevin Ansfield e3f34c97a7 Fix flickering autonav animation
- 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.
2015-08-20 13:04:26 +01:00
..
client Fix flickering autonav animation 2015-08-20 13:04:26 +01:00
server Merge pull request #5651 from ErisDS/msg-change 2015-08-12 06:10:43 +02:00
shared First pass at user onboarding screens 2015-05-25 17:43:12 +01:00
test Remove duplicate function 2015-08-12 15:17:09 +02:00
index.js Misc grunt /dev updates 2015-05-28 20:25:14 +01:00