显示与隐藏:
show() ,hide()自动切换到的是taggle();
stop():让当前之前动画停止。开启下一个动画;
```
解释:![Paste_Image.png](http://upload-images.jianshu.io/upload_images/2956238-7c0ceecc591a9663.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)
淡出淡出:fadeOut() fadeIn(),自动切换的是fadeToggle();
```
移入移出slideUp();slideDown(); 自动切换slideToggle();
```
延迟动画,自定义动画;
【jQuery动画】```
判断动画的状态:is()方法
````
未完待续......