图片上下滚动。
.div{ height: 50px; width: 100px; border:1px solid red; overflow: hidden; } .d1 img{ width:50px; height:50px; position: relative; animation: myimg 5s infinite; } @keyframes myimg{ 0%{top: 0px;} 50%{top: -50px;} 100%{top: 0px;} }
作者:啾咪啾咪啾
链接:https://www.jianshu.com/p/bf3c083a4559



