-
Notifications
You must be signed in to change notification settings - Fork 147
Open
Description
I have this plugin installed inside the Bootstrap framework and is not working at all on Firefox ( Mousewheel is blocked, the animation is not working). In Chrome works just fine.
This is the markup I've used:
$(function () {
$.scrollIt({
upKey: 38,
downKey: 40,
easing: 'linear',
scrollTime: 400,
activeClass: 'active',
onPageChange: null,
topOffset: -40
});
});
Here is a link to see exactly what's happening: (http://catexcomp.ro/nevermore)
Metadata
Metadata
Assignees
Labels
No labels