CSS3 Transitions with Javascript Fallback

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

    sadly none of these alternatives seem to allow you to use the easings, like bounce.

    My attempt to use animate-enhanced moved the element an inch and then just removed it. I really would like to keep the bounce instead of just a cubic or linear easing.

提交回复
热议问题