Menu
×
   ❮     
HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C C++ C# BOOTSTRAP REACT MYSQL JQUERY EXCEL XML DJANGO NUMPY PANDAS NODEJS R TYPESCRIPT ANGULAR GIT POSTGRESQL MONGODB ASP AI GO KOTLIN SASS VUE DSA GEN AI SCIPY AWS CYBERSECURITY DATA SCIENCE
     ❯   

jQuery 效果 方法


jQuery 效果方法

下表列出了所有用于创建动画效果的 jQuery 方法。

方法 描述
animate() 在选定的元素上运行自定义动画
clearQueue() 从选定的元素中删除所有剩余的排队函数
delay() 为选定元素上的所有排队函数设置延迟
dequeue() 从队列中移除下一个函数,然后执行该函数
fadeIn() 淡入选定的元素
fadeOut() 淡出选定的元素
fadeTo() 将选定的元素淡入/淡出到给定的不透明度
fadeToggle() 在 fadeIn() 和 fadeOut() 方法之间切换
finish() 停止、移除并完成选定元素的所有排队动画
hide() 隐藏选定的元素
queue() 显示选定元素上的排队函数
show() 显示选定的元素
slideDown() 向下滑动(显示)选定的元素
slideToggle() 在 slideUp() 和 slideDown() 方法之间切换
slideUp() 向上滑动(隐藏)选定的元素
stop() 停止选定元素当前正在运行的动画
toggle() 在 hide() 和 show() 方法之间切换

×

Contact Sales

If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]

Report Error

If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]

W3Schools is optimized for learning and training. Examples might be simplified to improve reading and learning. Tutorials, references, and examples are constantly reviewed to avoid errors, but we cannot warrant full correctness of all content. While using W3Schools, you agree to have read and accepted our terms of use, cookie and privacy policy.

Copyright 1999-2024 by Refsnes Data. All Rights Reserved. W3Schools is Powered by W3.CSS.