Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6120983
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T15:43:55+00:00 2026-05-23T15:43:55+00:00

When i animate things with jQuery .animate() . I always take care to use

  • 0

When i animate things with jQuery .animate(). I always take care to use .stop(false,true) to avoid strange animation behaviors.

In this case i wanted to make a navigation appear on the hover of certain sections. Here is a demo:

http://jsfiddle.net/meo/Kbeg8/

Now if you slowly hover-out the gray element on the top, you will get a infinite animation loop, since the element that fly’s in is a children of the element that triggers the animation.

Since its not the first time i encounter this difficulty: Is there any pure CSS way to avoid this? (Like children’s don’t trigger the parents transition) If now, how would you solve it with JS?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T15:43:56+00:00Added an answer on May 23, 2026 at 3:43 pm

    Yes there is a pure CSS3 way to do this. The property you need is pointer-events

    Adding

    nav ul {
        pointer-events:none;
    }
    nav:hover ul {
        pointer-events:auto;
    }
    

    seems to fix it for me in Chrome 14.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i am having problems with animation. Can't realize how to animate things in flex?
$(#maincontent).animate({top:450px},1200) .html($(#+Lidentity).html()) .animate({top:0px},1000); Hi friends, This is jquery code, which is working fine. As
I have these two things happen in my jQuery-animated website: $('#myFirstDiv').animate({top: 15%}, 3000); $('#mySecondDiv').animate({bottom:
This should be so simple: $(a).hover(function () { $(this).stop().animate({color: #00cc00}, 'fast'); }, function ()
I'm trying to animate a block level element using jQuery. The page loads with
Possible Duplicate: Can you animate a height change on a UITableViewCell when selected? This
I have this code where I am using jQuery to navigate to the next
I've written these 2 JQuery functions which are supposed to take 9 blocks with
I've built a custom jQuery rotator using just basic animation to rotate the 3
This code is straight from the original page of the jQuery.Path plugin, only I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.