if( $.isPlainObject(o.hide) ) {
                        effect = el[o.hide.type]({
                            duration: o.hide.delay || o.delay,
                            easing: o.hide.easing || 'swing'
                        });