Ubuntu – CSS – don't animate value on elements with certain class?
I'm working with React js and I have created a nav where lines animate from 0% to 100% under items on hover and the last item that was clicked gets assigned the .current class. The item with class .current should…