我如何使用jQuery来确定元素的CSS动画何时结束,然后将新样式应用于该元素?这是我下面的非功能代码.
$("#icon").jQuery.Event("webkitAnimationEnd", function(event){ ('#icon').css('opacity', '1'); });
css jquery animation
animation ×1
css ×1
jquery ×1