Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reconbot/jquery-cool-fill
Deus Ex Inspired text fill
https://github.com/reconbot/jquery-cool-fill
Last synced: 6 days ago
JSON representation
Deus Ex Inspired text fill
- Host: GitHub
- URL: https://github.com/reconbot/jquery-cool-fill
- Owner: reconbot
- Created: 2011-09-25T20:21:31.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2011-09-25T20:39:42.000Z (about 13 years ago)
- Last Synced: 2024-04-09T21:17:39.774Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 89.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
I was watching the Deus Ex Human Revolution end credts and thought the text fill they were using was cool.
http://www.youtube.com/watch?v=PMMcd6-D4x8Here is my version of it. It should work on any div or span that has no child elements.
TODO:
- Make it fill in constant time.
- Add more "cool chars"Useage:
$('#fillme').coolFill("text");Demo:
http://jsfiddle.net/reconbot/2qNx4/12/