Airport Information Board Text Effect
File Size: | 1.8 KB |
---|---|
Views Total: | 15534 |
Last Update: | |
Publish Date: | |
Official Website: | Go to website |
License: | MIT |
An awesome text effect plugin with jQuery, which emulates the style of those flickering information boards you sometimes find on airports and train stations.
You might also like:
How to use it:
1. Include jQuery library and jquery.airport-1.1.source.js on the page
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script> <script src="jquery.airport-1.1.source.js"></script>
2. Markup
<p style="text-transform: capitalize; font: bold 24px Helvetica, Arial, sans-serif" id="airport"></p>
3. Call the plugin
<script type="text/javascript"> $('#airport').airport([ 'moscow', 'berlin', 'stockholm' ]); </script>
This awesome jQuery plugin is developed by unknown. For more Advanced Usages, please check the demo page or visit the official website.