下面是一张gif的图,我用img标签和背景图做的效果都是一样的, npm run dev运行之后打开可以展示出来动态效果, 或者关闭窗口另外在打开也可以, 但是用浏览器刷新不会展示出来?
html
<div class="enter_the_animation"></div>
.enter_the_animation {
width: 800px;
height: 600px;
float: left;
margin-left: 2%;
margin-top: 10%;
background-size: 100% 100%;
background-image: url("../../../assets/login/home_effect.gif");
}
贴出使用上下文代码