.snip *{transition:all .35s ease}.snip a:after,.snip a:before{height:2px;position:absolute;content:"";transition:all .35s ease;background-color:#f7951e;width:0}.snip a:before{top:0;left:0}.snip a:after{bottom:0;right:0}.snip a:hover:after,.snip a:hover:before{width:100%}.snip .current:after,.snip .current:before{animation-name:borders;animation-duration:1s;animation-timing-function:ease-in-out}@keyframes borders{0%{width:100%}10%{width:90%}20%{width:80%}30%{width:70%}40%{width:60%}50%{width:50%}60%{width:40%}70%{width:30%}80%{width:20%}90%{width:10%}to{width:0}}