Here's my code:

$("#container *").fadeOut(0,function(){
                        $('#metaImg').fadeIn(1000,function(){
                                $("#amp,#amp > *").fadeIn(1000,function(){
                                                        
$('#tecImg').fadeIn(1000,function(){
                                                                
$('#tecImg,#amp,#metaImg').effect('explode',{pieces:18},
700,function(){
                                                                        
$('#joint,#joint >*').css('fontSize','100px').fadeIn(1000);
                                                                })
                                                        });
                                                });
                        });
                                });

Everything works until the explode. I've tried different different
speeds and pieces, but I just get Script is causing Safari to run
slow. This bug occurs with jquery ui 1.5.3 and 1.6rc6. I just want
this code to work.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to