Lines Matching refs:right
138 * left-current-right animation.
430 * Updates a step's css classes to reflect left, current, or right position.
432 * @param {string} state one of 'left', 'current', 'right'.
438 var states = ['left', 'right', 'current'];
488 this.updateStep_(i, 'right');
497 newStep.classList.remove('right');
537 oldStep.classList.contains('right')) {
744 screen.classList.remove('right');
884 * Returns position (top, left, right, bottom) of the element.
886 * @return {!Object} Element position (top, left, right, bottom).
891 right: window.innerWidth - element.offsetWidth - offset.left,