2009-09-04 16 views

Répondre

1

à mon humble avis, vous devez supprimer ceci:

.animate({ // Set the width 
    width: settings.width+'px', 
    marginLeft: (settings.marginLeft)+'px', 
    opacity: 0.5 
}, {duration: 350}) 
.animate({ // Set the height 
    height: settings.height+'px', 
    marginTop: (settings.marginTop)+'px', 
    opacity: 1 
}, {complete: callback, duration: 350});