Skip to content

Instantly share code, notes, and snippets.

@aashestakov
Created October 11, 2017 07:37
Show Gist options
  • Save aashestakov/b3cb89a955803cb3a50812259889f4c6 to your computer and use it in GitHub Desktop.
Save aashestakov/b3cb89a955803cb3a50812259889f4c6 to your computer and use it in GitHub Desktop.
sliderWrap.classList.remove('anim_slider');
sliderWrap.style.transform = "translateX(-33.3%)";
for (var i = 0; i < distance; i++) {
sliderWrap.removeChild(sliderWrap.children[0]);
}
sliderWrap.classList.remove('wait');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment