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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T01:46:32+00:00 2026-05-28T01:46:32+00:00

You can take advantage of hardware accelerated animations by setting an animation duration and

  • 0

You can take advantage of hardware accelerated animations by setting an animation duration and setting the initial and final values of the CSS3 transform.

What if, instead of setting an animation duration and using keyframes, you animate the value of the desired CSS3 transform directly with JavaScript? Will you still be taking advantage of hardware acceleration, or is the hardware acceleration ruled out?

  • 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-28T01:46:33+00:00Added an answer on May 28, 2026 at 1:46 am

    It is hardware accelerated, but as Rich mentions, it’s easier and more efficient to do it with CSS transitions. The thing is that animating 3d transforms with jQuery is not straightforward, if you do:

    $('div').animate({
        '-vendor-transform' : "translate3d(100px,0,0)";
    }, 500)
    

    It doesn’t work. Even if you do:

    $('div').css("-webkit-transform", "translate3d(0,0,0)");
    alert($('div').css("-webkit-transform"))
    

    You don’t get back translate3d(0,0,0), you get matrix(1, 0, 0, 1, 100, 0)

    So you must write a lot of custom animation code involving matrices just to get things moving on screen.

    Here is a custom animated 3d transform example: http://www.eleqtriq.com/wp-content/static/demos/2010/rotation/, take a look at the source code to see if it’s the level of javascript you are comfortable with.

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

Sidebar

Related Questions

I am looking to use CloudConfigurationManager so I can take advantage of Azure configuration
can i get validation on weight which can take decimal values and also integer.
Hey all! I converted my 2.0 site to 3.5 so I can take advantage
I'm using MVC for REST so that I can take advantage of Razor for
I'm creating an installation package with WiX 3.6 primarily so I can take advantage
I am looking at ways which a developer can take advantage of implementation specific
Here is an article on how the Async CTP refresh can take advantage of
As Scott Myers wrote, you can take advantage of a relaxation in C++'s type-system
I wonder whether for long loops we can take advantage of tail recursion for
I can take snapshot of a component. But the problem is the component is

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.