Slick Animated Drop-Down Headers Plugin - bounceThis

File Size: 52 KB
Views Total: 1373
Last Update:
Publish Date:
Official Website: Go to website
License: MIT
   
Slick Animated Drop-Down Headers Plugin - bounceThis

bounceThis is a jQuery Plugin for creating slick animated drop-down headers that gracefully drop into the page on-load.  It is cross-browser compatible, so that your visitors using Internet Explorer can see the new header.

How to use it:

1. Include jQuery Library and bounceThis in your <head>

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script src="js/bouncethis.min.js"></script>

2. Call the plungin

<script>
$(function() {
$('#header').bounceThis({
bounceHeight  : '20px',
dropDownSpeed : 300,
delay         : 400
});
});
</script>

3. Markup

<div id="header">
...
</div>

This awesome jQuery plugin is developed by unknown. For more Advanced Usages, please check the demo page or visit the official website.