Textillate. js text animation and textillate. js Animation
Textillate.js is a powerful text plug-in. If you use it together with animate.css, fittext, and lettering, the special text effects are perfect.
Online instance
Instance demo
Usage
- <Div id = "texts"> Welcome To shouce </div>
Copy
- $ (Function (){
- $ ('# Text'). fitText (3.2, {maxFontSize: 18}). textillate ({initialDelay: 1000, in: {delay: 3, shuffle: true }});
- })
Detailed description of copy Parameters
Parameters |
Description |
Default Value |
Selector |
Target Selector |
. Texts |
Loop |
Loop or not |
False |
MinDisplayTime |
Minimum interval |
2000 |
InitialDelay |
Initialization interval |
0 |
In |
{Effect: 'fadleleftbig ', delayScale: 1.5, delay: 50, sync: false, reverse: false, shuffle: false, callback: function (){}} |
- |
Out |
{Effect: 'hinge', delayScale: 1.5, delay: 50, sync: false, reverse: false, shuffle: false, callback: function (){}} |
- |
AutoStart |
Start automatically |
True |
Callback |
Callback function (){} |
- |
Download