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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T19:25:04+00:00 2026-05-29T19:25:04+00:00

Check this jsFiddle . Now that CSS animations are almost in full swing, I’d

  • 0

Check this jsFiddle. Now that CSS animations are almost in full swing, I’d like to do something like this in CSS: when mouse comes over an element (.box), it is enlarged with an animation, its center stays in the same place and all other elements stay where they are.

If I knew the elements’ widths, I guess I could do that with a wrapper element for each element and use relative positioning for the element (.box) and animate it’s width, height, left and top. But this example has variable with elements.

If it’s not possible, any other suggestions for such an effect?

  • 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-29T19:25:05+00:00Added an answer on May 29, 2026 at 7:25 pm

    Yes, you can use CSS3 transitions.

    .box {
        -webkit-transition:  -webkit-transform .2s ease-out;
        -moz-transition: -moz-transform .2s ease-out;
        -o-transition: -o-transform .2s ease-out;
        -ms-transition: -ms-transform .2s ease-out; 
        transition: transform .2s ease-out; 
    }
    .box:hover {
       -webkit-transform:scale(2);
       -moz-transform:scale(2);
       -o-transform:scale(2);
       transform:scale(2);
    }
    

    See fidd.e: http://jsfiddle.net/TheNix/uzgha/6/

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

Sidebar

Related Questions

I would like that the Signed button in this JSfiddle sorts the column with
If you check this: http://jsfiddle.net/QbMmX/1/ Then you can see that the box(div element) is
Check this jsfiddle , and have a look at the console. $$ is not
Please check out this http://jsfiddle.net/karthik64/JHVDn/1/ . Well I believe you got where I am
Please check out this jsfiddle http://jsfiddle.net/rr4GH/1/ As you can see its a round edge
Check this code: http://jsfiddle.net/ZXN4S/1/ HTML: <div class=input> <input type=text size=50 id=test_input> <input type=submit value=send
Check out this jsfiddle http://jsfiddle.net/Y7fEW/ . I'm trying to get the tan div on
Please check this one: http://jsfiddle.net/sasindu555/nNyxk/8/ You can see Description , Features and Contact Details
Please check this link http://jsfiddle.net/sasindu555/xaYTt/ I want to stop floating special_features div after scrolling
note: all this is on chrome I am trying to test something that responds

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.