https://github.com/ranman/textsand
Use Quicksand to reorder text with a nice animation.
https://github.com/ranman/textsand
Last synced: 2 months ago
JSON representation
Use Quicksand to reorder text with a nice animation.
- Host: GitHub
- URL: https://github.com/ranman/textsand
- Owner: ranman
- Created: 2011-04-14T22:52:57.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2012-05-15T02:19:09.000Z (about 14 years ago)
- Last Synced: 2025-01-01T07:09:59.561Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://ranman.org/textsand
- Size: 97.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.textile
- Changelog: CHANGELOG.textile
Awesome Lists containing this project
README
h1. Textsand
jQuery plugin for reordering text with a nice shuffling animation.
Project site: "http://ranman.org/textsand":http://ranman.org/textsand.
h2. Demos and docs
None yet
h2. Usage
$("#replace").textsand($("Hallo, Welt!
");
OR
$("#replace").textsand($("#newStuff"));
With markup like this:
Hello, World!
Hallo, Welt!
h2. Dependencies
* jQuery 1.5+
* Quicksand "https://github.com/razorjack/quicksand/":https://github.com/razorjack/quicksand/
* Optional: jQuery Easing (http://gsgd.co.uk/sandbox/jquery/easing/)
* Optional: jquery-animate-css-rotate-scale.js (www.zachstronaut.com)
h2. Browser Compatibility
Tested under:
* Chrome 11
h2. Acknowledgements
Only a small portion of this code is mine. The hardwork was done by the gentlemen who created lettering.js and quicksand. I just want to make that very clear.
h2. Licensing
Copyright (c) 2011 "Joseph Randall Hunt":http://www.ranman.org/ released under both "MIT":http://github.com/jquery/jquery/blob/master/MIT-LICENSE.txt and "GPL version 2":http://github.com/jquery/jquery/blob/master/GPL-LICENSE.txt license.