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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T13:11:41+00:00 2026-06-07T13:11:41+00:00

How to fix @-webkit-keyframes animation flicker at the end of its iteration? It is

  • 0

How to fix @-webkit-keyframes animation flicker at the end of its iteration?

It is very noticeable on Android 2 on animating with CSS3 transform values translate, translate3d and opacity.

You might notice in some posts a suggestions to fix it with:

-webkit-transform: translate3d(0,0,0);

or

-webkit-perspective: 1000;
-webkit-backface-visibility: hidden;

But after testing it on Android 2.3, I noticed than non of them really fixes the issue.

  • 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-07T13:11:44+00:00Added an answer on June 7, 2026 at 1:11 pm

    George Hess published in his blog a working fix for it, mentioning:

    The flicker is caused by the animation resetting to the beginning
    keframe for just a split second. This happens even if you have styled
    the animated CSS class to stay where it is and inherit the last
    keyframe’s styles upon completing the animation. The only solution I
    could come up with is to use more than 2 keyframes.

    For example, if the following code flickers:

    @-webkit-keyframes 'slide-in' {
        from { -webkit-transform: translateX(100%); }
        to { -webkit-transform: translateX(0); }
    }
    

    changing it to the following will fix the problem

    @-webkit-keyframes 'slide-in' {
        from { -webkit-transform: translateX(100%); }
        99% { -webkit-transform: translateX(0); }
        to {} /* equals `100% {}` Leave it empty to fix the flicker */
    }
    

    Conclusion: Leave empty (do not set parameters to) the end of animation duration to {}/100% {} and beside set end of animation parameters in 99% {} or else duration.

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

Sidebar

Related Questions

Given the following CSS3 animation.... <style type=text/css media=screen> .drop_box { -webkit-animation-name: drop; -webkit-animation-duration: 2s;
I have a <p> element I want to fix its position, but the text
I use CSS3 Keyframes to make a image circle run without moving, i means
CSS3 gradient displays with different saturation in diffeent browsers. How to fix this problem?
#anim1 iframe { -webkit-transition: -webkit-transform 1s ease-in-out; -webkit-transform: rotate3d(0,1,1, 30deg); transition: transform 1s ease-in-out;
Possible Duplicate: iphone webkit css animations cause flicker For some reason, right before my
I have a very strange issue that only affects webkit browsers for some reason,
Any suggestions on how to fix? gem install capybara-webkit -v '0.11.0' Building native extensions.
When using -webkit-transform: translateX(0%) on a parent container the file name label text disappears
To fix the UITextview blue color issue for links in ios ( i want

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.