dynamicweb / swiffy-slider

Super fast carousel and slider with touch for optimized websites running in modern browsers.
MIT License
250 stars 29 forks source link

remove active class instead of entire class attribute #7

Closed sasham43 closed 2 years ago

sasham43 commented 2 years ago

Use classList.remove to strip active class so other classes aren't removed along with it.