/Wordfall

A css animation that makes words fall like rain

Primary LanguageJavaScript

Wordfall

A css animation that makes words fall like rain

Requirements

jQuery, Modernizr

Example

<html>
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="http://yandex.st/modernizr/2.0.6/modernizr.min.js"></script>
<script src="wordfall.js"></script>

<script type="text/javascript">
$(document).ready(function(){
    $("#block").wordFall();
});
</script>
</head>

<body>
<div id="block">Fix problems quickly with galvanized jets. I have a very big problem to deal with.
</div>
</body>
</html>

Browser Support

Only Google chrome for now. :( Working on firefox support.