Line 72: | Line 72: | ||
border-radius: 50%; | border-radius: 50%; | ||
display: inline-block; | display: inline-block; | ||
− | transition: background-color | + | transition: background-color 0.6s ease; |
} | } | ||
Line 82: | Line 82: | ||
.fade { | .fade { | ||
-webkit-animation-name: fade; | -webkit-animation-name: fade; | ||
− | -webkit-animation-duration: | + | -webkit-animation-duration: 5s; |
animation-name: fade; | animation-name: fade; | ||
− | animation-duration: | + | animation-duration: 5s; |
} | } | ||
Revision as of 04:35, 12 October 2018