Include the color in transition for names

gives a softer effect when hovering.
This commit is contained in:
Joshua Woodward 2014-08-05 00:05:34 -07:00
parent da76f7d085
commit e9c8811c0a

View file

@ -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;