I\'m using 2.3.2 bootstrap
As I can change the position of the caret icon when I click the menu button.
I need that when I click the icon caret pointing up and
In css.. When .caret is a Class of arrows in a li or span.
.caret
li
span
.nav-list .caret { transform:rotate(-90deg); transition:all 0.3s ease-in-out; } .nav-list .active .caret { transform:rotate(0deg); transition:all 0.4s ease-in-out; }
100% Fun!. Credits to Tariq Javed.