Simple Text Shuffle Effect with jQuery Spinner Text - Download Simple Text Shuffle Effect with jQuery - Spinner Text

Download Simple Text Shuffle Effect with jQuery – Spinner Text

Posted on

This time I will share jQuery Plugin and tutorial about Simple Text Shuffle Effect with jQuery – Spinner Text, hope it will help you in programming stack.

Simple Text Shuffle Effect with jQuery Spinner Text - Download Simple Text Shuffle Effect with jQuery - Spinner Text
File Size: 6.31 KB
Views Total: 1820
Last Update:
Publish Date:
Official Website: Go to website
License: MIT
   



Spinner Text is a tiny JQuery text typing animation plugin which prints any text letter by letter with a random shuffle effect.

How to use it:

1. Load the jQuery spinner text plugin’s script after loading jQuery JavaScript library like this:

1 <script src="//code.jquery.com/jquery-latest.min.js"></script>
2 <script src="js/jquery-spinner-text.js"></script>

2. Call the function on the target container and specify the text you want to animate.

1 $('#container').start_spinwriter({
2   'text' : 'jQuery Spinner Text Plugin Example'
3 });

3. Customize the text shuffle effect.

1 $('#container').start_spinwriter({
2   'text' : 'text to animate',
3   'interval' : 10,//milliseconds
4   'css' : { // additional CSS
5       'color':'#333'
6   }
7 });

This awesome jQuery plugin is developed by dipakchandranp. For more Advanced Usages, please check the demo page or visit the official website.




source : jqueryscript.net