.tshop-um-dz .csss3 a:hover img
{
margin-top: 20px;
opacity:0;
transition: all 1s ease 0s;
}
这个要鼠标经过后才回播放 怎么不用鼠标经过自动播放呢
.tshop-um-dz .csss3 a img
{
margin-top: 20px;
opacity:0;
transition: all 1s ease 0s;
}
我这样写没效果哈
回复讨论(解决方案)
#gallery img{ opacity: 0; animation: myfirst 1s linear 1s infinite alternate; -webkit-animation: myfirst 1s linear 1s infinite alternate; /* Safari and Chrome */ } @keyframes myfirst{ 100% {opacity: 1};}@-webkit-keyframes myfirst /* Safari and Chrome */{ 100% {opacity: 1};}
查看更多关于css3怎么写图片一张张显示呢_html/css_WEB-ITnose的详细内容...
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://haodehen.cn/did102984