When you hover over "Login,Sign up" acorns website (https://www.acorns.com/) you can see animation going along. So I have a li
.navbar li{
display: inline-block;
border-width:5px;
border-top-style:solid;
border-top-color: white;
}
.navbar li:hover, .navbar li:active{
border-width:4px;
border-top-style:solid;
border-top-color: #e0b82b;}
How is it possible to make the border-top animated ? Like shown above. Thank you.
http://jsfiddle.net/9mfccz6w/ I'm trying to animate top bar (yellow)