Example analysis of animate stop () method in jquery _jquery

Source: Internet
Author: User

An example of this article is the animate Stop () method in jquery. Share to everyone for your reference. The specific analysis is as follows:

Here is a video snippet that tells you what the Stop () does:

The code is as follows:

<style type= "Text/css" > 
ul li{width:50px; height:30px background: #333; margin-bottom:10px; color: #fff;} 
</style> 
<ul id= "Flyul" > 
<li>wod a </li> 
<li>wod a </li> 
<li >wod a </li> 
<li>wod a </li> 
<li>wod a </li> 
</ul> 
< Script type= "Text/javascript" src= "js/jquery-1.7.2.min.js" ></script> 
<script type= "text/" JavaScript "> 
$ (' #flyul Li '). MouseEnter (function () { 
$ (this). Stop (). Animate ({
//change this to $ (this). Animate ({Contrast the running effect without stop
width: ' 300px ' 
},1000); 
}); 
$ (' #flyul Li '). MouseLeave (function () { 
$ (this). Stop (). Animate ({
//change this to $ (this). Animate ({ Compare the running effect without stop with
width: ' 50px ' 
},1000); 
</script>

I hope this article will help you with your jquery programming.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.