Quantcast
Channel: Bootstrap 3 collapse change chevron icon on click - Stack Overflow
Viewing all articles
Browse latest Browse all 13

Answer by mbuchok for Bootstrap 3 collapse change chevron icon on click

$
0
0

I'd like to offer an option along the same lines as another solution posted here, but uses a single div with transforms. This would also help make clean use of transitions to animate the icons as well.

a[aria-expanded=true] .fa-chevron-right {   transform: rotate(0deg);}a[aria-expanded=false] .fa-chevron-right {   transform: rotate(90deg); // or whatever direction you need}

Viewing all articles
Browse latest Browse all 13

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>