I would like to disable following script when the website is opened in mobile device, because i don't want unnecesary animations:
<script src="js/eskju.jquery.scrollflow.js"></script>
In HTML this script works with these classes:
<div class="scrollflow -slide-right -opacity">
//some code...
</div>
I'm begginer, and I have little knowledge about JavaScript. Thanks in advance.