Line 45: | Line 45: | ||
border-radius: 50%; | border-radius: 50%; | ||
display: inline-block; | display: inline-block; | ||
− | transition: background-color 0. | + | transition: background-color 0.8s ease; |
} | } | ||
Line 55: | Line 55: | ||
.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 06:00, 21 October 2019