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

Adam Bouqdib cdfae19f56 Update 11 năm trước cách đây
dist cdfae19f56 Update 11 năm trước cách đây
example cdfae19f56 Update 11 năm trước cách đây
libs cdfae19f56 Update 11 năm trước cách đây
src cdfae19f56 Update 11 năm trước cách đây
test cdfae19f56 Update 11 năm trước cách đây
.gitignore cdfae19f56 Update 11 năm trước cách đây
.jshintrc cdfae19f56 Update 11 năm trước cách đây
CONTRIBUTING.md cdfae19f56 Update 11 năm trước cách đây
Gruntfile.js cdfae19f56 Update 11 năm trước cách đây
LICENSE cdfae19f56 Update 11 năm trước cách đây
README.md cdfae19f56 Update 11 năm trước cách đây
bower.json c8014b254d 'Update' 11 năm trước cách đây
package.json cdfae19f56 Update 11 năm trước cách đây
smoove.jquery.json cdfae19f56 Update 11 năm trước cách đây

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)