jQuery plugin for adding falling letters effect.
Download the production version or the development version.
In your web page:
<script src="jquery.js"></script> <script src="dist/fallingletters.min.js"></script> <script> $(document).ready(function(){ $('letters').fallingletters(); )}: </script>
You can call the fallingletters effect with an id letters with a single line of JavaScript.
$('#letters').fallingletters(options);
| Name | type | default | description |
|---|---|---|---|
| fonts | string | 'Kite+One::latin', "Londrina+Solid", "Lily+Script+One" | List of fonts (from Google Fonts directory) to use for the falling letters |
| letters | string | ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz | Characters to use for falling letters |
(Nothing yet)