I’ll introduce sample code for implementing CSS3 text animations using 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.
- Official demo site: Textillate.js
- GitHub: jschr/textillate: A jquery plugin for CSS3 text animations.
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 sample code · Pull Request #6 · codenote-net/sandbox
- DEMO: https://codenote-net.github.io/sandbox/textillate/index.html
That’s all from the Gemba.