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

  • Home
  • SEARCH
  • 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 7053353
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T03:29:41+00:00 2026-05-28T03:29:41+00:00

Is it at all possible with current CSS3 to translate an object (specifically a

  • 0

Is it at all possible with current CSS3 to translate an object (specifically a DIV) along an arc or curve? Here’s an image to help illustrate.
enter image description here

  • 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-28T03:29:42+00:00Added an answer on May 28, 2026 at 3:29 am

    You can use nested elements and make the wrapper and inner element rotate in opposite directions so that the rotation of the inner element compensates for the rotation of the wrapper.

    If you don’t need to keep the nested element horizontal, you can omit the inner rotation.

    Here is a Dabblet. Stack Snippet:

    /* Arc movement */
    
    .wrapper {
    	width: 500px;
    	margin: 300px 0 0;
    	transition: all 1s;
    	transform-origin: 50% 50%;
    }
    .inner {
    	display: inline-block;
    	padding: 1em;
    	transition: transform 1s;
    	background: lime;
    }
    html:hover .wrapper {
    	transform: rotate(180deg);
    }
    html:hover .inner {
    	transform: rotate(-180deg);
    }
    <div class="wrapper">
        <div class="inner">Hover me</div>
    </div>

    Also, Lea Verou wrote an article on this issue with a way that use only one element: http://lea.verou.me/2012/02/moving-an-element-along-a-circle/

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

Sidebar

Related Questions

Is it possible to enumerate all the current errors being displayed through an Error
Is it at all possible to do database-agnostic table dumps/hydrates? I don't have any
Is the following at all possible in c#? I have the following but the
Algorithm to generate all possible letter combinations of given string down to 2 letters
Is there a place to find all possible uses of the syscmd method in
Java requires that you catch all possible exceptions or declare them as thrown in
I needed an algorithm to generate all possible partitions of a positive number, and
I'm wondering if it is at all possible to get the total duration of
Is there a way to get all possible values from a MySQL enum column?
I am trying to learn about all possible conditionals that can be used on

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.