What is an easing function?

前端 未结 4 1157
无人共我
无人共我 2020-12-02 04:55

What is meant by easing function in the context of animation. It seems that dojo, jquery, silverlight, flex and other UI systems have the notion of easing function. I could

4条回答
  •  再見小時候
    2020-12-02 05:34

    An easing function is an algorithm that controls the speed of an animation to give a desired effect (bouncing, zoom in and slow, etc.).

    Check out what MSDN has to say about them for a little more detail.

提交回复
热议问题