Lines Matching refs:animation
100 s.animation = true;
427 if (s.animation && s.nextpos2 < curpos2) {
460 …if (s.animation && (curpos1 > s.nextpos1 || animate.top || animate.bottom || animate.right || anim…
519 if (opts.animation == "fade" || opts.animation.effect_in == "fade") {
566 var animation;
567 if (typeof opts.animation.effect_in != "undefined")
568 animation = opts.animation.effect_in;
570 animation = opts.animation;
571 if (animation == "none") {
574 } else if (animation == "show")
576 else if (animation == "fade")
578 else if (animation == "slide")
580 else if (typeof animation == "function")
581 animation("in", callback, pnotify);
583 …pnotify.show(animation, (typeof opts.animation.options_in == "object" ? opts.animation.options_in …
590 var animation;
591 if (typeof opts.animation.effect_out != "undefined")
592 animation = opts.animation.effect_out;
594 animation = opts.animation;
595 if (animation == "none") {
598 } else if (animation == "show")
600 else if (animation == "fade")
602 else if (animation == "slide")
604 else if (typeof animation == "function")
605 animation("out", callback, pnotify);
607 …pnotify.hide(animation, (typeof opts.animation.options_out == "object" ? opts.animation.options_ou…
806 opts.stack.animation = false;
884 animation: "fade", property in $.pnotify.defaults