From e9c8811c0aab4d1baad62abf662fa80cdd7c5bb1 Mon Sep 17 00:00:00 2001 From: Joshua Woodward Date: Tue, 5 Aug 2014 00:05:34 -0700 Subject: [PATCH] Include the color in transition for names gives a softer effect when hovering. --- css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 30f5e29..b5fd21f 100644 --- a/css/style.css +++ b/css/style.css @@ -1515,8 +1515,8 @@ nav ul > li > a.current, nav ul > li > a:hover { -webkit-box-orient: vertical; } .team-item figure h2 { - -webkit-transition: -webkit-transform .35s; - transition: transform .35s; + -webkit-transition: -webkit-transform .35s, color .35s; + transition: transform .35s, color .35s; -webkit-transform: translate3d(0, -250%, 0); transform: translate3d(0, -250%, 0); color: #fff;