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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T10:39:04+00:00 2026-06-05T10:39:04+00:00

I have a simple animation (only for Safari in this example): h1 { -webkit-animation:

  • 0

I have a simple animation (only for Safari in this example):

h1 {
    -webkit-animation: moveDown 1s ease-in-out;
}

@-webkit-keyframes moveDown {
    0% {-webkit-transform: translateY(-20px); opacity: 0;}
    100% {-webkit-transform: translateY(0px); opacity: 1;}
}

In the latest Safari (5.1.5) it works just fine.

But by accident I viewed the example in an older Safari (5.0.6) and saw nothing. The h1 was gone.

By kind of triggering eather by adding a none-rotate (opacity & animation works):

@-webkit-keyframes moveDown {
    0% {-webkit-transform: translateY(-20px) rotate(0deg); opacity: 0;}
    100% {-webkit-transform: translateY(0px) rotate(0deg); opacity: 1;}
}

or start at 1% (opacity doesn’t work but animation):

@-webkit-keyframes moveUp{
    1% {-webkit-transform: translateY(-20px); opacity: 0;}
    100% {-webkit-transform: translateY(0px); opacity: 1;}
}

it worked again.

This now leads me to two serious questions:

  1. Is there anything I did wrong in the first example?
  2. Is there a known bug in older version of Safari which I should treat different?

Cause:

I don’t mind if you can’t see the animation in non-supporting browsers (it’s just a nice add on) but it would be daring to not know when your animated element just doesn’t show up anymore.

How could I be able to use animations in general as an add-on it without worrying?

If anybody askes for a fiddle: I tried recreating it. But here’s another interesting thing: The exact same code will not have any effect in the old Safari in jsfiddle. Nor it animates or dissapears.

Edit:

I’m just seeing that the h1 is not dissapearing anymore with the original code (I can’t reconstruct it) but doesn’t do any animation eather. It just works with one of the described triggers.

JS-FIDDLE:

Here a working fiddle with the two examples.

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

    I don’t have an old version of Safari handy, but I recall playing with animations in older versions and encountered these types of bugs. I worked around them by putting the ‘end state’ in the selector, e.g. p {opacity: 1} http://jsfiddle.net/pkFaT/

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

Sidebar

Related Questions

I have a simple UIView animation block. In the block, I only change the
I have simple example: function File(name) { this.name = name this.text = null }
I have a simple jQuery hover animation: jQuery(function($) { $('.category').hover(function(){ $(this).find('.banner').fadeIn(); },function(){ $(this).find('.banner').fadeOut(400); });
I have a simple animation the problem is I want the animation to end
I have a simple game animation made in java. It is of three planets
I have a simple jquery animation on a div, which is inside a div,
i have a very simple animation in flash CS4. My image travels from point
I have a very simple UserControl that starts a progess bar animation when it
I have a simple challenge with a background not animating. I have used this
I have a simple animation based on jQuery fadeIn and fadeOut - it just

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.