Skip to content

Commit

Permalink
Improvments to Fedora tip
Browse files Browse the repository at this point in the history
  • Loading branch information
joerez committed Mar 13, 2018
1 parent 81ab821 commit 0aa9216
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions woah.css
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@
*/
@keyframes fedoraTip {

1% {
5% {
transform: translate3d(-80px,60px,0) scale(.8);
opacity: 1;
}
Expand Down Expand Up @@ -730,7 +730,11 @@

}

20% {
10% {
transform: translate3d(0,0px,0) rotate(0deg) scale(1);
}

30% {
transform: translate3d(0,0px,0) rotate(-5deg) scale(1);
opacity: 1;
box-shadow: 0px 5px 10px rgba(0,0,0,1);
Expand Down

0 comments on commit 0aa9216

Please sign in to comment.