Here’s a simple pure CSS, plus to minus icon transition. The code is a mixin in SCSS, and currently transitions on :hover
, but the :hover
can be changed to a class like .is-minus
.
Simple plus to minus icon transition animation in CSS
Leave a Reply