https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/hidden
1.
跟踪編輯的內容
2.
onwebkitanimationend
like this:$(".CSS3-Animation").addClass('on').on('animationend webkitAnimationEnd oAnimationEnd', function(){
$(this).removeClass('on');
});
animationend webkitAnimationEnd oAnimationEnd
after adding the class on
.