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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T18:52:24+00:00 2026-06-02T18:52:24+00:00

I have a jQuery animation that renders smoothly in all browsers except Safari (tested

  • 0

I have a jQuery animation that renders smoothly in all browsers except Safari (tested only on Windows 7).

It’s important that it will support Safari. Anyone has a clue why is that?

By the way, this is not the first time i come across this problem.

This is the code I’m using:

setInterval(function() {
  nextObstacle = createObstacle();
  animateLoops(nextObstacle,direction);
  direction = (direction == '+=3') ? ('-=8') : ('+=3');
}, 2000);

function animateLoops(o,direction) {
  o.animate ({
    'top': '+=1',
    'left': direction,
    'height': '+=5',
    'width': '+=5'
  }, 100, 'linear', function() {
    if (o.outerWidth()<200)   // keep moving
      animateLoops(o,direction);         
    else {  // check success
      o.fadeOut();
    }
  });
}

<style>
#game-div {
  width:590px;
  height:700px;
  background: url(images/background-1604.png);
  position:relative;
  /* cursor: url(images/plane-1604.png), auto;*/
}

.loop {
  position:absolute;
  top:230px;
  left:270px;
  width: 30px;
  height:30px;
}
</style>

You can see it live here: http://www.israelinsidethemovie.com/plane-game/

  • 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-02T18:52:25+00:00Added an answer on June 2, 2026 at 6:52 pm

    I’ve tested your page on Safari 5.1.4 and 5.1.1 on Windows XP and can confirm that it is a lot less smooth in Safari compared to other browsers.

    I use jquery lightboxes and they are also very jerky in Windows Safari compared to other browsers.

    I have used both colorbox and fancybox and they are both jerky in Safari.

    So my conclusion – Windows Safari has problems with animations in jquery. Sorry no solution though.

    Hopefully all OK in safari on a mac (as per Tats_innit comment) – which is more important than windows

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

Sidebar

Related Questions

I have a jQuery animation that positively refuses to loop. It will play through
I have a jQuery slideDown/slideUp animation that runs smoothly in IE9 and Firefox, but
I have created a jQuery animation that can be seen by clicking the Preview
I have a jQuery animation that is not working. I think the porblem comes
I have an animation that is mostly working with jQuery and CoffeeScript. I have
I have tested both ways. jquery animation and css3 transition, and css3 is a
I have an Open GL application that renders a simulation animation and outputs several
I have a jQuery animation that animates the 'scrollLeft' on a container to produce
I have a jquery animation that toggles the width of a div. Within the
I have a jquery animation that is triggered by a mouseenter on the parent

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.