jQuery text animation plugin based on animate.css

Morphext is a simple, performant and cross-browser jQuery text animation plugin. This text animation jQuery plugin is based on Animate.css . You can set to use multiple different sentences, and Morphext will display them in turn with the CSS3 animation you specify.
What Morphext does is hide the previous text phrase and replace it with the next one. The plug-in has already handled the prefix issues of all browser manufacturers for cross-browser, and it can provide us with very cool text animation effects.

Animate.css relies on CSS3 animations and transformations. If the browser does not support css3 , the plug-in will still convert sentences, but there is no animation effect, and there is no fallback method provided in the plug-in. If you need to fall back, you can use Modernizr to write a fallback method.


Online demo: http://www.htmleaf.com/Demo/201502021317.html

Download address: http://www.htmleaf.com/jQuery/Text-Link-Effects/201502021316.html

Guess you like

Origin blog.csdn.net/delmarks/article/details/43448205