/animateRandomly

animate an object randomly

Primary LanguageJavaScriptMIT LicenseMIT

Animaterandomly

Randomly animate any HTML Element.

Getting Started

Download the production version or the development version.

In your web page:

<script src="jquery.js"></script>
<script src="dist/jquery.animateRandomly.min.js"></script>
<script>
jQuery(function($) {
  $('#element').animateRandomly(); // "awesome"
});
</script>

Documentation

(Coming soon)

Examples

see example folder

Release History

(Nothing yet)