Lines Matching refs:classList
176 ( body.classList ) &&
188 body.classList.remove("impress-not-supported");
189 body.classList.add("impress-supported");
386 body.classList.remove("impress-disabled");
387 body.classList.add("impress-enabled");
443 activeStep.classList.remove("active");
444 body.classList.remove("impress-on-" + activeStep.id);
446 el.classList.add("active");
448 body.classList.add("impress-on-" + el.id);
583 step.classList.add("future");
587 event.target.classList.remove("past");
588 event.target.classList.remove("future");
589 event.target.classList.add("present");
593 event.target.classList.remove("present");
594 event.target.classList.add("past");
631 body.classList.add("impress-disabled");
754 while ( !(target.classList.contains("step") && !target.classList.contains("active")) &&