CSS3 Transitions with Javascript Fallback

后端 未结 6 2202
隐瞒了意图╮
隐瞒了意图╮ 2021-02-14 04:13

Is there a javascript framework out there that will use CSS3 Transitions for effects like changing opacity or moving elements but will fall back to using javascript setInterval/

6条回答
  •  青春惊慌失措
    2021-02-14 04:29

    Check out Addy Osmani's article. It is a good summary of the current solutions with jQuery, specifically:

    • jquery.transition.js by Louis-Rémi Babé
    • jQuery.animate-enhanced.js by Ben Barnett

提交回复
热议问题