Quantcast
Channel: Javier's Blog » Jquery动画课程
Browsing latest articles
Browse All 4 View Live

jquery动画课程(1)–show,hide和toggle

官方文档: $.fn.show $.fn.hide $.fn.toggle 这三个函数是动画的基础,大部分动画都包含了出现和隐藏。jQuery的动画均以$.fn.animate函数为基础。 show和hide是改变元素的{width;height;opacity}来实现动画,动画结束后再{display}掉。   1、show和hide不带参数时,没有使用animate $().show();...

View Article


jquery动画课程(3)–slide

官方文档: $.fn.slideUp $.fn.slideDown $.fn.slideToggle

View Article


jquery动画课程(5)–clearQueue,stop和finish

官方文档: $.fn.clearQueue $.fn.stop $.fn.finish

View Article

Image may be NSFW.
Clik here to view.

jquery动画课程(6)–animate①

官方文档: $.fn.animate animate是我们最常用的动画函数,也是jQuery动画中的核心。 animate有下面两种参数形式: animate( properties [, duration ] [, easing ] [, complete ] ) animate( properties, options ) 常见的用法是第一种,因为大家都很熟悉就不讲解了。...

View Article
Browsing latest articles
Browse All 4 View Live


Latest Images