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>
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>