Results 1 to 4 of 4

Thread: jquery + IE + animation = slowness

  1. #1

    Thread Starter
    PowerPoster motil's Avatar
    Join Date
    Apr 2009
    Location
    Tel Aviv, Israel
    Posts
    2,143

    jquery + IE + animation = slowness

    Hi guys,

    i have a web page that pulls quite a lot of animations (fade in/out included)
    this page is also contains quite a lot elements (most of them are <options>) which are absolutely required, the thing is that this page works perfectly under firefox / chrome / opera and safari, its even works well with IE 8 (a bit slowly but thats ok) but if i switch to quirk mode in IE8 which i was told that it actually mean IE 7 the page is become VERY slowly, this is not the first time i see problem with jQuery animation and IE, i was wondering if there is any fix for this problem.

    Best regards,
    Motil.
    * Rate It If you Like it

    __________________________________________________________________________________________

    "Programming is like sex: one mistake and you’re providing support for a lifetime."

    Get last SQL insert ID

  2. #2
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: jquery + IE + animation = slowness

    Might want to try with an actual IE7 machine, see if it still happens... the slowdown might be due to it having to go through additional parsing. But that's just a guess.

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  3. #3
    Frenzied Member
    Join Date
    Apr 2009
    Location
    CA, USA
    Posts
    1,516

    Re: jquery + IE + animation = slowness

    Can you post a link to the page? Or post your HTML / CSS / jQuery for the page?

  4. #4
    VB6, XHTML & CSS hobbyist Merri's Avatar
    Join Date
    Oct 2002
    Location
    Finland
    Posts
    6,654

    Re: jquery + IE + animation = slowness

    If the element grows in all directions (on all sides) and alphatransparency is included then you're very likely to have slowdown on older browsers. It isn't all that long ago that browsers such as Opera died if you had more than one "special" effect going on in a page, like I had this somewhat simple page made in late 2008 that just had a small slightly transparent 1x1px PNG image repeated on about half a page and adding an animated fading element on top of that killed half the browsers. So I couldn't do that. Luckily it wasn't a crucial element of design.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width