-
Notifications
You must be signed in to change notification settings - Fork 146
Open
Labels
Description
Hello, I would like know if has a easy mode to remove the Moving Boxes, like a dispose() and remove all classes from html?
My Problem:
I want keep Moving Boxes on Desktop, but for small devices, changes to a simple ul
Hard solutions:
Using media queries, remove all styles from slider
or
Remove all classes from ul with JS
Thank You