Last active
December 17, 2015 02:59
-
-
Save abennouna/5540181 to your computer and use it in GitHub Desktop.
Le Lab by tellibus : enscroll - http://tellibus.com/lab/enscroll
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="DivToScroll" style="height:300px;width:600px"> | |
<!-- Il faut que le contenu de ce div soit relativement large et/ou haut pour le faire défiler --> | |
<div style="height:1000px;width:2000px"></div> | |
</div> | |
<script src="jquery.min.js"></script> | |
<script src="enscroll.pack.js"></script> | |
<script> | |
$(function($) { | |
$("#DivToScroll").enscroll({ | |
verticalScrolling: true, | |
horizontalScrolling: true, | |
RTLdirection: true // Option ajoutée par rapport à la version officielle | |
}); | |
}); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
La page officielle du fork se trouve sur http://tellibus.com/lab/enscroll