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 6597551
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T18:13:27+00:00 2026-05-25T18:13:27+00:00

I am animating a div when a user hovers over and just wanted a

  • 0

I am animating a div when a user hovers over and just wanted a bit of a delay on it but it doesn’t seem to add the delay in, is there something i’m doing wrong?

$(".carousel-desc").mouseenter(function () {
    $(this).delay(1000).animate({ 'height': '180px' }, { queue: false, duration: 600 });
});

$(".carousel-desc").mouseleave(function () {
    $(this).delay(1000).animate({ 'height': '40px' }, { queue: false, duration: 600 });
});

Thanks, J.

  • 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-25T18:13:27+00:00Added an answer on May 25, 2026 at 6:13 pm

    I think the problem is queue: false; Usally your animation get queued, but you let the animate-function animate immediately.

    Maybe this will do what you propably need:

    $("#element").mouseEnter(function(){
       $("#element").clearQueue();
       //other stuff
    }
    

    for your stuff:

    $(".carousel-desc").mouseenter(function () {
        $(this).clearQueue();
        $(this).delay(1000).animate({ 'height': '180px' }, { duration: 600 });
    });
    
    $(".carousel-desc").mouseleave(function () {
        $(this).clearQueue();
        $(this).delay(1000).animate({ 'height': '40px' }, { duration: 600 });
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've created DIV.cb-toggle, when the user hovers over this div, it animates to Orange,
I've created DIV.cb-toggle, when the user hovers over this div, it animates to Orange,
I want to show a div with a loading animation over my page while
I have an slider animation but on clX.click event #close div hides before it
Just a small element that I can't seem to figure out and I'm hoping
I have a div that i'm animating with css3 on hover. The animation goes
I want to have a table that the user can expand/contract the contents (but
I have a simple jquery animation on a div, which is inside a div,
I have an animation on a partially hidden div container that will execute when
I am having jQuery animation issues... I have a footer with a hidden div

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.