Skip to content
This repository has been archived by the owner on Jan 31, 2019. It is now read-only.

Commit

Permalink
Fixes #21
Browse files Browse the repository at this point in the history
  • Loading branch information
3lang3 committed Jun 8, 2017
1 parent 11525c8 commit c7b7d33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Recommend/Recommend.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

.outerWrapper {
opacity: 0;
animation: zoomIn 4s ease forwards;
animation: zoomIn 1.5s ease forwards;
width: 100%;
height: 100%;
}
Expand Down Expand Up @@ -73,6 +73,6 @@
}

@keyframes zoomIn {
from {opacity: 0; transform: scale(.95) }
from {opacity: 0; transform: scale(1.05) }
to {opacity: 1; transform: scale(1)}
}

0 comments on commit c7b7d33

Please sign in to comment.