Skip to content

agnivade/Wordfall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

A css animation that makes words fall like rain

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published