Skip to content

Commit

Permalink
happymeal: settings icon animation
Browse files Browse the repository at this point in the history
Signed-off-by: Niv Sardi <xaiki@evilgiggle.com>
  • Loading branch information
xaiki committed May 17, 2018
1 parent 3d6692d commit 07421cb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/components/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,11 @@
opacity: 1;
transition: opacity 250ms ease-in;
}

div[role=settings] {
transition: transform 250ms ease-in-out, opacity 250ms ease-in!important;
}

div[role=settings]:hover {
transform: rotate(45deg);
}

0 comments on commit 07421cb

Please sign in to comment.