Ghost/ghost/admin/app/styles/layouts
Kevin Ansfield 3d3c6f8bbe 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
..
about.css Variety of style fixes 2015-08-13 10:04:45 +02:00
auth.css Fix signin form width bug 2015-06-16 09:58:56 +01:00
content.css Multiple minor visual style fixes 2015-08-12 10:29:40 +02:00
editor.css Fixed publish menu positioning, cleaned up dropdown component 2015-08-13 09:09:07 +02:00
error.css Fixup broken error page styles 2015-06-08 12:14:58 +01:00
flow.css Replace validation notifications with inline validations 2015-07-28 12:26:34 +01:00
main.css Fix flickering autonav animation 2015-08-20 13:04:26 +01:00
packages.css Main colour audit 2015-06-24 13:37:37 +01:00
settings.css First pass colour audit 2015-06-24 12:15:48 +01:00
tags.css Multiple minor visual style fixes 2015-08-12 10:29:40 +02:00
user.css Variety of style fixes 2015-08-13 10:04:45 +02:00
users.css Fix team/index screen 2015-07-14 18:21:08 +02:00