A simple jQuery plugin for super sexy scrolling effects using CSS3.
fork from : https://github.com/abemedia/jquery-smoove.git
|
hace 11 años | |
---|---|---|
dist | hace 11 años | |
example | hace 11 años | |
libs | hace 11 años | |
src | hace 11 años | |
test | hace 11 años | |
.gitignore | hace 11 años | |
.jshintrc | hace 11 años | |
CONTRIBUTING.md | hace 11 años | |
Gruntfile.js | hace 11 años | |
LICENSE | hace 11 años | |
README.md | hace 11 años | |
bower.json | hace 11 años | |
package.json | hace 11 años | |
smoove.jquery.json | hace 11 años |
A simple jQuery plugin for super sexy scrolling effects using CSS3 transitions and transforms.
Download the production version or the development version.
In your web page:
<script src="jquery.js"></script>
<script src="dist/smoove.min.js"></script>
<script>
jQuery(function($) {
$.awesome(); // "awesome"
});
</script>
(Coming soon)
(Coming soon)
(Nothing yet)