CSS3 Text Animations with jQuery textillate.js

Tadashi Shigeoka ·  Thu, April 23, 2020

I’ll introduce sample code for implementing CSS3 text animations using jQuery textillate.js.

jQuery textillate.js

Background: Had an opportunity to use textillate.js

Although maintenance has been stopped since 2017, I had an opportunity to implement CSS3 text animations with jQuery textillate.js, so I’ll share the sample code I used for testing.

textillate.js CDN

Here are the cdnjs links for the necessary libraries to use jQuery textillate.js:

textillate.js Sample Code

The sample code and demo page are available in the following GitHub Pull Request, so please check it out:

jQuery textillate.js demo

That’s all from the Gemba.