A simple jQuery plugin for super sexy scrolling effects using CSS3.
fork from : https://github.com/abemedia/jquery-smoove.git
|
11 years ago | |
---|---|---|
dist | 11 years ago | |
example | 11 years ago | |
libs | 11 years ago | |
src | 11 years ago | |
test | 11 years ago | |
.gitignore | 11 years ago | |
.jshintrc | 11 years ago | |
CONTRIBUTING.md | 11 years ago | |
Gruntfile.js | 11 years ago | |
LICENSE | 11 years ago | |
README.md | 11 years ago | |
bower.json | 11 years ago | |
package.json | 11 years ago | |
smoove.jquery.json | 11 years ago |
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)