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

Adam Bouqdib 58770b70f1 Update 11 tahun lalu
dist cdfae19f56 Update 11 tahun lalu
example cdfae19f56 Update 11 tahun lalu
libs cdfae19f56 Update 11 tahun lalu
src cdfae19f56 Update 11 tahun lalu
test cdfae19f56 Update 11 tahun lalu
.gitignore cdfae19f56 Update 11 tahun lalu
.jshintrc cdfae19f56 Update 11 tahun lalu
.travis.yml 58770b70f1 Update 11 tahun lalu
CONTRIBUTING.md cdfae19f56 Update 11 tahun lalu
Gruntfile.js cdfae19f56 Update 11 tahun lalu
LICENSE cdfae19f56 Update 11 tahun lalu
README.md cdfae19f56 Update 11 tahun lalu
bower.json c8014b254d 'Update' 11 tahun lalu
package.json cdfae19f56 Update 11 tahun lalu
smoove.jquery.json cdfae19f56 Update 11 tahun lalu

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)