jQuery ui 特效
Posted Sun_Song
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了jQuery ui 特效相关的知识,希望对你有一定的参考价值。
blind:百叶窗
bounce:反弹
clip:剪辑
drop:降落
explod:爆炸
fade:淡入淡出
fold:折叠
highlight:突出
puff:膨胀
pulsate:跳水
scale:缩放
shake:震动
size:尺寸
slide:滑动
transfer:转移
$( "#effect" ).effect("特效名称","参数"(非必须),500(多少毫秒内完成), callback(回调函数) );
scale 参数:percent //
transfer 参数:to //转移到哪里
size 参数:width height //宽高
function callback() {
$( "#effect" ).hide().fadeIn();//隐藏该元素
$( "#effect" ).fadeOut();//显示该元素
};
以上是关于jQuery ui 特效的主要内容,如果未能解决你的问题,请参考以下文章