A simple jQuery plugin for super sexy scrolling effects using CSS3.
fork from : https://github.com/abemedia/jquery-smoove.git

Adam Bouqdib cdfae19f56 Update há 11 anos atrás
dist cdfae19f56 Update há 11 anos atrás
example cdfae19f56 Update há 11 anos atrás
libs cdfae19f56 Update há 11 anos atrás
src cdfae19f56 Update há 11 anos atrás
test cdfae19f56 Update há 11 anos atrás
.gitignore cdfae19f56 Update há 11 anos atrás
.jshintrc cdfae19f56 Update há 11 anos atrás
CONTRIBUTING.md cdfae19f56 Update há 11 anos atrás
Gruntfile.js cdfae19f56 Update há 11 anos atrás
LICENSE cdfae19f56 Update há 11 anos atrás
README.md cdfae19f56 Update há 11 anos atrás
bower.json c8014b254d 'Update' há 11 anos atrás
package.json cdfae19f56 Update há 11 anos atrás
smoove.jquery.json cdfae19f56 Update há 11 anos atrás

README.md

jQuery Smoove - Gorgeous CSS3 Scroll Effects

A simple jQuery plugin for super sexy scrolling effects using CSS3 transitions and transforms.

Getting Started

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>

Documentation

(Coming soon)

Examples

(Coming soon)

Release History

(Nothing yet)