Skip to content

Commit

Permalink
Add a nice CSS transition on the HP bar
Browse files Browse the repository at this point in the history
  • Loading branch information
dhleong committed Nov 18, 2018
1 parent 8938411 commit 06c1769
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions less/site.less
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,8 @@ a {
top: 0;
bottom: 0;
border-radius: 4px;

transition: all 450ms cubic-bezier(0, 0, 0.2, 1);
}

.label {
Expand Down

0 comments on commit 06c1769

Please sign in to comment.