CSS3 Transitions with Javascript Fallback

后端 未结 6 2189
隐瞒了意图╮
隐瞒了意图╮ 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:53

    To sum it up, there are some plugins for big frameworks (see other answers):

    • jQuery (jquery.transition.js and jquery.animate-enhanced.js)
    • MooTools

    Other frameworks already use CSS transitions where possible:

    • YUI
    • rightjs

    Are there any micro-libraries?

提交回复
热议问题