Skip to content

Commit

Permalink
Zoe effect: fix for Chrome 37.0.2062.120 (Mac)
Browse files Browse the repository at this point in the history
  • Loading branch information
crnacura committed Sep 11, 2014
1 parent 65e5585 commit ae22379
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion css/component.css
Original file line number Diff line number Diff line change
Expand Up @@ -1000,6 +1000,7 @@ figure.effect-zoe p {
text-transform: none;
font-size: 90%;
opacity: 0;
-webkit-backface-visibility: hidden; /* Fix for Chrome 37.0.2062.120 (Mac) */
-webkit-transition: opacity 0.35s;
transition: opacity 0.35s;
}
Expand Down Expand Up @@ -1142,4 +1143,4 @@ figure.effect-chico:hover p {
.grid figure {
width: 100%;
}
}
}

0 comments on commit ae22379

Please sign in to comment.