Select Page

Tag: Text Animation

Text Animation using GSAP

Text Animation using GSAP

Here are some awesome examples of text animations achieved with the help of GSAP’s split text plugin. See the Pen GSAP Text Animation by Puneet Sharma (@webdevpuneet) on CodePen. See the Pen GSAP Text Animation Demos by Puneet Sharma (@webdevpuneet) on CodePen....
Animate letters of a text using Blast.JS

Animate letters of a text using Blast.JS

Here I have used Blast.JS to encapsulate each letter of the text with <span> having a CSS property – ‘transition-delay’ value just a little later than the first letter and transformed it while clicking the animate button. You can play with this...
Text Animations with Blast JS & Velocity JS

Text Animations with Blast JS & Velocity JS

Blast JS just explodes a string and wraps up the words or characters with span or div so you can animate them individually with different timing to produce awesome text animations. I used the following method on one of my client’s projects: I used blast js to...

Text Animation via CSS and JavaScript

Here are some of the links I found useful for Text animations. I will be updating it with more cool resources out there. Cheers! https://demo.tutorialzine.com/2011/09/shuffle-letters-effect-jquery/ http://git.blivesta.com/chaffle/...