Skip to content

Commit

Permalink
Fixed problem with transitions on load
Browse files Browse the repository at this point in the history
  • Loading branch information
dziudek committed Apr 5, 2014
1 parent 7fa8fbe commit a7a089f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions perfetta/assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ body.default-bg { background-image: url('../images/bg-desktop.jpg'); }
a {
color: #da6426;
text-decoration: none;
}
.loaded a {
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
Expand Down Expand Up @@ -217,6 +219,8 @@ body.loaded .blog-desc {
-moz-transform: translateY(-10px);
-ms-transform: translateY(-10px);
transform: translateY(-10px);
}
.loaded .blog-desc {
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
Expand Down

0 comments on commit a7a089f

Please sign in to comment.