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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T17:58:22+00:00 2026-06-13T17:58:22+00:00

My website has several CSS animations and transitions, all of which render very, very

  • 0

My website has several CSS animations and transitions, all of which render very, very slowly in certain browsers (thankfully, not most of them), and with certain older hardware. I’m trying to avoid UA sniffing; is there any way to detect browsers or hardware configurations using a JavaScript, or a JS library, and subsequently load non-animated versions for browsers which I know don’t have good support for those features?

Just to clear up any ambiguity, I’m not looking for something like Modernizr.

  • 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-13T17:58:23+00:00Added an answer on June 13, 2026 at 5:58 pm

    This is by no means sufficient to detect a slow system, but would minimize the impact on the users of such systems:

    Use CSS transitions and trigger them with jQuery (by toggling classes as needed), offloading element animations to the rendering engine so that functional responsiveness of the page would not suffer at least.

    Use the correct CSS properties. For instance, rather than animating top:10px;left:10px; properties, use a CSS transform transform: translateX(10px) translateY(10px) which will be more efficient.

    Trigger hardware (GPU) acceleration by adding transform: translate3d(0,0,0); or a similar workaround to the target element.

    If you’re absolutely attached to animations, or need to trigger fallback functionality (hide/show/reposition elements) without CSS for some reason, you could try a Modernizr workaround:

    if(!Modernizr.csstransitions) {
      /*fallback logic*/
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

My company has several class libraries we use in multiple website projects (not web
I have working website in PHP with a MySQL backend which has several tables
I'm building an app that has several different sections to it, all of which
We have redesigned the structure to a website which has several business units. Now
In our client's website , favicon.ico file has several sizes from 8x8 to 32x32.
I have a travel related website that has been online for several years (since
I manage a website for an organization that has a network where several hundred
Our website has one section which often changes to match the user. (examples are
My website has several nested folders and sometimes long file names, so sometimes only
I am working on a website for a client who has several websites 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.