Lines Matching refs:opera
92 if(/MSIE/.test(navigator.userAgent) && !window.opera) tagifyStyle += ';zoom:1';
361 if(/MSIE/.test(navigator.userAgent) && !window.opera && (!this.element.currentStyle.hasLayout))
707 scaleFrom: window.opera ? 0 : 1,
713 if(window.opera) effect.element.setStyle({top: ''});
730 return new Effect.Scale(element, window.opera ? 0 : 1,
739 if(window.opera) effect.element.setStyle({top: ''});
756 return new Effect.Scale(element, window.opera ? 1 : 0, {
827 …sync: true, scaleFrom: window.opera ? 1 : 0, transition: options.scaleTransition, restoreAfterFini…
883 …new Effect.Scale(element, window.opera ? 1 : 0, { sync: true, transition: options.scaleTransition,…
979 … if(/MSIE/.test(navigator.userAgent) && !window.opera && (!this.element.currentStyle.hasLayout))
1067 if(/MSIE/.test(navigator.userAgent) && !window.opera && this.indexOf('opacity') > -1) {