Home › Forums › CSS › Make CSS animations fade out when "un-hovered" › Reply To: Make CSS animations fade out when "un-hovered"
January 13, 2014 at 11:09 pm
#160349
Participant
write below code also
.container .box {
-webkit-transition: anim 5s ease-out;
}