Answer the question
In order to leave comments, you need to log in
How to disable animation on small screens?
Hello, is it possible to disable animation on small screens? (I'm using scrollreveal.js)
Here's the site:
tyk
Answer the question
In order to leave comments, you need to log in
if (screen.width > 960 /*разрешение, выше которого анимация должна быть*/) {
//тут код анимации
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question