javascript - js可不可以定义css animation的时间?
黄舟
黄舟 2017-04-10 14:37:30
0
1
434

比如就像下面这样的css

.go{ animation:godan 5s;}

@keyframes godan{
    from {transform:translateX(400%);}
    to {transform:translateX(0%);}
}

我能不能通过js去定义godan的时间是1s,5s或者其他的时间?谢谢。

黄舟
黄舟

人生最曼妙的风景,竟是内心的淡定与从容!

Antworte allen(1)
Ty80
$(element).css({
    'animation-duration':'5s'
})
Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage