How to prevent repeated jQuery object animation and jquery object Animation

Source: Internet
Author: User

How to prevent repeated jQuery object animation and jquery object Animation

How to prevent repeated jQuery object animation execution:
Many friends may encounter this problem. If the mouse moves in consecutively, the animation may be executed multiple times if there is an animation effect triggered by the mouseover event, this situation is probably not what we want. Next we will introduce how to prevent this phenomenon.
The Code is as follows:

If (! $ (". Content"). is (": animated") {// code}

The code above is to determine whether the specified element is in the animation. If it is not in the animation, the response is executed.
Related reading:
1. For information about the is () function, see the is () method section of jQuery.
2. For details about the animated selector, see the "animated selector" section in jQuery.

The original address is: http://www.softwhy.com/forum.php? Mod = viewthread & tid = 13442.

For more information, see: http://www.softwhy.com/jquery/

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.