CSS: Why do on hover animations stop when hovering ceases?

后端 未结 0 385
渐次进展
渐次进展 2020-12-04 06:06

Take the below CSS

.button {
  width: 100px;
  height: 100px;
  transition: transform .7s ease-out;
}

.button:hover {
  transform: scaleX(5);
  transition: a         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题