How to Sync CSS3 Animation Events and Event Listeners with jQuery

后端 未结 2 1055
刺人心
刺人心 2021-02-15 11:42

I am trying to figure out a solid, cross-(modern)browser method for using CSS3 Animation Events and Event Listeners to gain fine-tuned control over CSS3 animati

2条回答
  •  悲哀的现实
    2021-02-15 11:49

    create a jQuery function that changes the class of an element with a specific ID. Then you can sync them by calling the function in the jQuery code.

提交回复
热议问题