How to Sync CSS3 Animation Events and Event Listeners with jQuery

后端 未结 2 1049
刺人心
刺人心 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

    have a look at the jquery.transit plugin

    0 讨论(0)
  • 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.

    0 讨论(0)
提交回复
热议问题