0
警告:我是noobie。我有這兩個功能在我焦耳/ S:動畫播放狀態行不起作用並禁用其他功能?
function please()
{
document.getElementById("test3").innerHTML = "mercy";
}
function displayAnimation()
{
document.getElementById('myfirst').style.animation-play-state = 'running';
document.getElementById('myfirst').style.-moz-animation-play-state = 'running';
document.getElementById('myfirst').style.-webkit-animation-play-state = 'running';
}
他們沒有任何互動,從我所知道的。但是,當我在displayAnimation()中有3行時,請()不起作用,即使我的其他J/S函數可以工作。
除此之外,當我激活displayAnimation()時,動畫不會從「暫停」變爲「正在運行」。
是的。 Yeeees。 Yeeeeeeesssss。 – user1472747 2012-07-13 21:20:01