( ! ) Warning: include(): http:// wrapper is disabled in the server configuration by allow_url_include=0 in D:\www\up\jQuery\jquery_10.php on line 20
Call Stack
#TimeMemoryFunctionLocation
10.0000353064{main}( )...\jquery_10.php:0

( ! ) Warning: include(http://pub.houheaven.com/Nav02/Nav_deep2.htm): failed to open stream: no suitable wrapper could be found in D:\www\up\jQuery\jquery_10.php on line 20
Call Stack
#TimeMemoryFunctionLocation
10.0000353064{main}( )...\jquery_10.php:0

( ! ) Warning: include(): Failed opening 'http://pub.houheaven.com/Nav02/Nav_deep2.htm' for inclusion (include_path='.;C:\php\pear') in D:\www\up\jQuery\jquery_10.php on line 20
Call Stack
#TimeMemoryFunctionLocation
10.0000353064{main}( )...\jquery_10.php:0

.animate(property,duration,easing,callback)

property:(对象)必选参数,指定要作为动画的 CSS 属性。

duration:(数字|字符串)可选参数,设定动画效果的时间,可以是毫秒数或是预定义的字符串。

easing:(字符串)可选参数,用来实现缓和效果,核心jquery提供两个效果,linear、swing。

callback:(函数)可选参数,在动画结束时调用的函数。


.animate(property,options)

property:(对象)必选参数,指定要作为动画的 CSS 属性。

options:(对象)必选参数,属性有duration、easing、complete、queue。

(complete:动画结束时调用的函数)

(queue:布尔值,true 时动画不会加入队列而立即执行)


显示框架
显示框架
显示框架
显示框架