Lines Matching full:left
97 $(imgDiv).addClass("img-left");
104 $(descDiv).addClass("desc-left");
128 var arrowLeft = 'arrow-left'; // the left control arrow
195 var left = (ease(current_frame/animation.frames) * Math.abs(animation.goal - animation.origin)) - cp;
196 if(left < 0) {
197 left = 0;
199 if(!isNaN(left)) {
200 div.style.left = '-' + Math.round(left) + 'px';
222 // Left and right arrows
225 animateSlide(amount, 'left');
237 var currentStripPosition = parseInt(getStyle(slideList,'left'));
254 leftarrow.className = 'arrow-left-on';
263 leftarrow.className = 'arrow-left-off';
276 aToggle('on','left');
279 aToggle('off','left');
287 } else if (dir == 'left' && is_animating == 0) {
296 var currentStripPosition = parseInt(getStyle(slideList,'left'));
297 var dir = 'left';