R
R
Rebldomakr2018-04-27 19:09:38
JavaScript
Rebldomakr, 2018-04-27 19:09:38

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

1 answer(s)
V
Vladislav Lyskov, 2018-04-27
@Rebldomakr

if (screen.width > 960 /*разрешение, выше которого анимация должна быть*/) {
   //тут код анимации
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question