开发者

Does jQuery Easing ship with jQuery?

开发者 https://www.devze.com 2023-04-05 02:01 出处:网络
I remember someone telling me that the feature开发者_运维技巧s of the Easing plugin may now be included in the jQuery core, or in jQuery UI. Is that true? Is the plugin still needed if using the curre

I remember someone telling me that the feature开发者_运维技巧s of the Easing plugin may now be included in the jQuery core, or in jQuery UI. Is that true? Is the plugin still needed if using the current version of jQuery?


There are only two easing modes included in the jQuery library. From the documentation:

The only easing implementations in the jQuery library are the default, called swing, and one that progresses at a constant pace, called linear. More easing functions are available with the use of plug-ins, most notably the jQuery UI suite.

Source: http://api.jquery.com/slideDown/

Here is a showcase of easing modes included in jQUery UI


http://jsfiddle.net/rlemon/GSHu7/

Looks like it.

0

精彩评论

暂无评论...
验证码 换一张
取 消