Skip to content Skip to sidebar Skip to footer

Angular Button Click Rotate Icon

I have the following button

css:

.btn {
  transition: all 2s ease-out !important;
}
.clicked {
  transform: rotate(20deg)
}

Post a Comment for "Angular Button Click Rotate Icon"