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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T19:34:19+00:00 2026-05-11T19:34:19+00:00

This is my website: http://keironlowe.x10hosting.com/ I need to know how to make the red

  • 0

This is my website: http://keironlowe.x10hosting.com/

I need to know how to make the red line slowly get longer when hovering over, and slowly shrink back to normal size afterwards using javascript or jQuery.

Could someone show me something to get started in the right direction?

  • 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-11T19:34:20+00:00Added an answer on May 11, 2026 at 7:34 pm

    You can use jQuery’s animate to do something to an element, which includes a duration parameter that defines how long it should take for the animation to complete. Then there’s the hover function which takes a set of functions. So this is the general idea:

    $('div', '#nav_container').hover(function() {
        // this gets called on hover
        $(this).animate({width: 'XXXpx'}, 10000); // 10000 = 10 seconds        
    }, function() {
        // this gets called on mouseout
        $(this).animate({width: 'XXXpx'}, 10000); // 10000 = 10 seconds
    });
    

    EDIT:

    As far as your comment, if the code is in the <HEAD>, you need to wrap the code in document.ready:

    $(document).ready(function() {
        // put the code you tried here
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Im having a problem. This is my website http://keironlowe.x10hosting.com/ The red lines that move
I'm working on this website http://www.eluminatecreative.com/new/index.html and where it says sum'r fling I need
I make a dialog based on this website http://www.mkyong.com/android/android-progress-bar-example/ When progress bar goes to
I have this website http://wedessertmore.com that has some forms popup when you click on
I'm currently designing this website http://avs.mybigcommerce.com . The problem is that my styles.css isn't
I wanted to make a post request in this website: http://www.prezup.info/index.php?page=films in order to
In a recent question I asked I was directed to this website: http://developer.android.com/design/index.html Amazing
In the examples offered by the official site http://www.jacklmoore.com/colorbox/example2/ This website http://threadless.com opens in
So I'm using this website: http://www.howtoforge.com/ubuntu_debian_lamp_server to setup LAMP on my Ubuntu Virtual Machine.
How can I do this: Enter on this website ( http://www.samair.ru/proxy/time-01.htm ) and get

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.