jQuery 1.0.4 - New Wave Javascript(js源文件)

2019-06-03 09:49:42刘景俊


                z.el.curAnim[ prop ] = true;

                var done = true;
                for ( var i in z.el.curAnim )
                    if ( z.el.curAnim[i] !== true )
                        done = false;

                if ( done ) {
                    // Reset the overflow
                    y.overflow = '';

                    // Reset the display
                    y.display = oldDisplay;
                    if (jQuery.css(z.el, 'display') == 'none')
                        y.display = 'block';

                    // Hide the element if the "hide" operation was done
                    if ( z.o.hide ) 
                        y.display = 'none';

                    // Reset the properties, if the item has been hidden or shown
                    if ( z.o.hide || z.o.show )
                        for ( var p in z.el.curAnim )