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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T10:05:38+00:00 2026-06-04T10:05:38+00:00

So I have these hexagonal tiles that I would like to scale up on

  • 0

So I have these hexagonal tiles that I would like to scale up on hover. The hexagon is done with multiple DIVS and CSS3 transforms. I’d like to have is transition in the scale, but the transformed parts lose their transform during the transition and re-appear after it finishes. Any suggestions?

Here’s a fiddle: http://jsfiddle.net/A2mTU/1/
Here’s what it should look like (NOTE: I know they use the canvas element, I need to use regular CSS for this): http://www.upperfirst.com

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-06-04T10:05:40+00:00Added an answer on June 4, 2026 at 10:05 am

    I would recommend using this technique for creating the hexagons so that you don’t get the issues you are currently experiencing when scaling them: http://jsfiddle.net/joshnh/jZMEy/

    div {
        background: black;
        height: 60px;
        position: relative;
        width: 120px;
        -webkit-transition: .25s;
           -moz-transition: .25s;
            -ms-transition: .25s;
             -o-transition: .25s;
                transition: .25s;
    }
    div:after {
        border-left: 60px solid transparent;
        border-right: 60px solid transparent;
        border-top: 35px solid black;
        bottom: -35px;
        height: 0;
        content: '';
        left: 0;
        position: absolute;
        width: 0;
    }
    div:before {
        border-bottom: 35px solid black;
        border-left: 60px solid transparent;
        border-right: 60px solid transparent;
        height: 0;
        content: '';
        left: 0;
        position: absolute;
        top: -35px;
        width: 0;
    }
    div:hover {
        -webkit-transform: scale(1.5);
           -moz-transform: scale(1.5);
            -ms-transform: scale(1.5);
             -o-transform: scale(1.5);
                transform: scale(1.5);
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have these two table with some data sample in them. I would like
I have these codes for my two tabs. I would like to change the
I have these previous/next a elements that tie in with the functions of jQuery
I have these two lists: boys = [1,2,3] girls = [1,2,3] How would you
I have these two options to implement a design, that are both extremely 'ugly'
i have these tabs. There's border-spacing that is useful between tabs. but they should
We have these SOAP methods running on a single .asmx URL. But we would
I have these tables I want to have a result like this ╭────────────┬────────────┬──────┬────────────────────────┬────────────────────────╮ │
I have these three tables: Table 1 : InvoiceId InvoiceNumber CompanyId ------------------------------------------------- 3 1
I have these data from a table. Example, I have table for points named

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.