Created
October 11, 2017 07:37
-
-
Save aashestakov/b3cb89a955803cb3a50812259889f4c6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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