Submit your widget

jQuery plugin Information board text effect

Created 14 years ago   Views 14188   downloads 2005    Author unwrongest
jQuery plugin Information board text effect
View DemoDownload
109
Share |

Airport is a rather simple text effect plugin for Jquery. It emulates the style of those flickering information boards you sometime find on airports and train stations.

Airport is a very, very, very simple text effect plugin for Jquery. It emulates the style of those flickering information boards you sometimes find on airports and train stations. Just watch the demo and you will understand

How to use Airport

Airtport is very easy to use. Create an element, give it an ID and throw airport on it. The values, moscow, berlin and stockholm, are the words it will flick through.

<div id="stuff"></div>

<script type="text/javascript">
    $('#stuff').airport(['moscow','berlin','stockholm']);
</script>