You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I am using your beautiful scroll in a wesbite I am working on. Of course, I am a moderate nube and have a question.
I am running this code and it works fine in Chrome. When I load in IE10 and the sliding does not work. I haven't added anything else to the script above or below. Please help?
Hi! I am using your beautiful scroll in a wesbite I am working on. Of course, I am a moderate nube and have a question.
I am running this code and it works fine in Chrome. When I load in IE10 and the sliding does not work. I haven't added anything else to the script above or below. Please help?
<script> $(document).ready(function() { var deck = new $.scrolldeck({ buttons: '.buttons', slides: '.slide', duration: 600, easing: 'easeInOutCubic', offset: 0 }); }); </script>The text was updated successfully, but these errors were encountered: