Description
A light weight jQuery plugin that will allow you to add a super simple rotating text to your website with little to no markup Created by Pete R., Founder of BucketListly
simple-text-rotator alternatives and similar libraries
Based on the "Typography" category.
Alternatively, view simple-text-rotator alternatives based on common mentions on social networks and blogs.
-
BigText
jQuery plugin, calculates the font-size and word-spacing needed to match a line of text to a specific width.
Civic Auth - Auth in Less Than 5 Minutes

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of simple-text-rotator or a related project?
README
Super Simple Text Rotator by Pete R.
A light weight jQuery plugin that will allow you to add a super simple rotating text to your website with little to no markup Created by Pete R., Founder of BucketListly
Demo
Usage
To use this on your website, simply include the latest jQuery library found here together with jquery.simple-text-rotator.js
and simpletextrotator.css
into your document's <head>
, and all you need is one extra tag for your html document and a function call:
Super <span class="rotate">Simple, Customizable, Light Weight, Easy</span> Text Rotator with Style
Put every rotating words inside the <span class="rotate"></span>
and separate it with a comma and the script will automatically cycle through each words in order.
$(".rotate").textrotator({
animation: "dissolve", // You can pick the way it animates when rotating through words. Options are dissolve (default), fade, flip, flipUp, flipCube, flipCubeUp and spin.
separator: ",", // If you don't want commas to be the separator, you can define a new separator (|, &, * etc.) by yourself using this field.
speed: 2000 // How many milliseconds until the next word show.
});
Other Resources
- Tutorial (Coming Soon)