// some regular checking var isIE = (new RegExp("MSIE ([0-9]{1,}[\.0-9]{0,})").exec(navigator.userAgent) != null) ? parseFloat( RegExp.$1 ) : false, isIE8 = isIE === 8, isIE9 = isIE === 9; /* EASINGS EXAMPLES */ var featurettes = document.querySelectorAll('.featurettes'), l=featurettes.length, esProp1 = isIE && isIE < 9 ? { left:0 } : { translate: 0}, esProp2 = isIE && isIE < 9 ? { left:250 } : { translate: 250}, tweenEasingElements = [], easings = [], startEasingTween = [], easingSelectButton = [], tweenEasing1 = [], tweenEasing2 = []; // populate tween objects, triggers, elements for (var i=0; i