An open API service indexing awesome lists of open source software.

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.

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.