Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Make CSS animations fade out when "un-hovered" Reply To: Make CSS animations fade out when "un-hovered"

#160349

write below code also

.container .box {
-webkit-transition: anim 5s ease-out;   
}