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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T12:37:02+00:00 2026-05-25T12:37:02+00:00

I imagine this is pretty simple for someone in the know – but I

  • 0

I imagine this is pretty simple for someone in the know – but I can’t figure it out.

How would i simplify these two mousenter / mouseleave animations into one piece of code?

$("#newsitem").mouseenter(function(){
$("#newsitem").stop().animate({ width: "300px", opacity: "1"     }, 300 ); 
});

$("#newsitem").mouseleave(function(){
$("#newsitem").stop().animate({  width: "204px", opacity: "0.5"   }, 300 ); 
});

Thanks!

  • 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-25T12:37:02+00:00Added an answer on May 25, 2026 at 12:37 pm
    $("#newsitem").bind('mouseenter mouseleave', function(e) {
        var dynamicWidth = e.type === 'mouseenter' ? 300 : 204;
        var dynamicOpacity = e.type === 'mouseenter' ? 1 : 0.5;
        $(this).stop().animate({ width: dynamicWidth, opacity: dynamicOpacity }, 300); 
    });
    

    I wrote it like this simply to explicitly encompass your scenario here. If you simply want to have a hover function, you can do that too.

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

Sidebar

Related Questions

I imagine this is pretty simple, but can't figure it out. I'm trying to
I imagine this is pretty dead-simple, but somehow I haven’t been able to get
Imagine this simple form <form action=<?php echo $_SERVER['REQUEST_URI']; ?> method=post> <fieldset> <legend>Contact Me</legend> <label
Imagine this case, but with a lot more component buckets and a lot more
I imagine this has a rather simple answer <% for user in @users %>
This might be a pretty straightforward question, but I'm trying to understand some of
I'm piecing together an image website. The basic schema's pretty simple MySQL, but I'm
I imagine this is a pretty hard question to answer without sitting down and
imagine this html on a page <div id=hpl_content_wrap> <p class=foobar>this is one word and
Imagine this scenario: in our company there is an employee that play around graphic,css,html

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.