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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T10:34:28+00:00 2026-06-10T10:34:28+00:00

I have an animation that up till a few weeks ago worked in Google

  • 0

I have an animation that up till a few weeks ago worked in Google Chrome. I changed nothing and all of a sudden it stopped working. I’ve asked a few people I know who also do websites and no one really could give me a straight answer as to why the animation wont work.

I have a falling leave animation on a website that when you click on the leaf it falls. The image does “fall” according to the browser (visible if you hover over the link tag in developer tools you can see the blue box fall down) but the actual image stays put or only drops a few pixels on the screen. I have no idea why this is happening at all its really confusing.

So how its supposed to go is this: user clicks the leaf, jquery changes the class, and the leaf animation is triggered making the leaf look like its falling.

@-webkit-keyframes fallingLeaves {
 0% {
     opacity: 1;
     -webkit-transform: translate(0, 10px) rotateZ(0deg);
     -moz-transform: translate(0, 10px) rotateZ(0deg);
     -ms-transform: translate(0, 10px) rotateZ(0deg);
     -o-transform: translate(0, 10px) rotateZ(0deg);
     transform: translate(0, 10px) rotateZ(0deg);
     z-index: 100;
 }
 75% {
      opacity: 1;
      -webkit-transform: translate(100px, 600px) rotateZ(270deg);
      -moz-transform: translate(100px, 600px) rotateZ(270deg);
      -ms-transform: translate(100px, 600px) rotateZ(270deg);
      -o-transform: translate(100px, 600px) rotateZ(270deg);
      transform: translate(100px, 600px) rotateZ(270deg);
      z-index: 100;
 }
 100% {
      opacity: 0;
      -webkit-transform: translate(150px, 800px) rotateZ(360deg);
      -moz-transform: translate(150px, 800px) rotateZ(360deg);
      -ms-transform: translate(150px, 800px) rotateZ(360deg);
      -o-transform: translate(150px, 800px) rotateZ(360deg);
      transform: translate(150px, 800px) rotateZ(360deg);
      z-index: 100;
 }

}

this is one of the animations of one of the leaves (there are different animations to make the leaves fall differently).

If anyone could help me it would be awesome. I’ve tried a lot and asked quite a few people and got nothing. Thanks

The website this is located on so you can check it out is http://www.shearmadnesshoboken.com

I should note that the animation does work on Google Chrome on Linux. I also think it works in safari all but one of the leaves fall correctly there (why only one of them doesn’t fall is beyond me but yeah).

  • 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-10T10:34:30+00:00Added an answer on June 10, 2026 at 10:34 am

    This looks like a browser bug to me. Check if your Linux version is the same as your (Mac?) version. A workaround I found was removing rotateZ(0deg) in your first keyframe (which you don’t really don’t need to specify).

     0% {
         opacity: 1;
         -webkit-transform: translate(0, 10px);
         -moz-transform: translate(0, 10px);
         -ms-transform: translate(0, 10px);
         -o-transform: translate(0, 10px);
         transform: translate(0, 10px);
         z-index: 100;
     }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

welp.. I used to have css3 animation that worked on my google chrome but
I have this CSS3 animation that works in Chrome .circle-label-rotate { -webkit-animation-name: rotateThis; -webkit-animation-duration:.5s;
I have a little animation that's running a bit jerky in all browsers. Is
I have an animation that is working fine in Chrome and Safari but not
I have a jQuery animation that renders smoothly in all browsers except Safari (tested
So I have an animation that is being created by having a bunch of
I have created a jQuery animation that can be seen by clicking the Preview
What I have right now is an animation that starts when I press space:
I have what I thought was a relatively easy Ajax/animation that I'm adding to
I have an animation on a partially hidden div container that will execute when

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.