在Vue中使用鼠标移入@mouseenter移出@mouseleave事件配合animate动画导致闪动的问题
作者:互联网
出现的问题:
Vue的鼠标移入移出事件导致动画频闪
解决办法:
在vue中使用的时候鼠标移入@mouseenter 移出@mouseleave的事件来控制animate动画的时候注意不要和animate动画的css放到一行不然会出现一直执行移入移出的函数导致animate动画不停的执行
标签:mouseleave,动画,Vue,鼠标,移出,移入,animate,mouseenter 来源: https://www.cnblogs.com/liyh123456/p/16055793.html