![]() |
VOOZH | about |
The blur text animation is known as the Smoky effect and is used to give the text a blurry animation. The text blurs linearly in one direction and then reappears. In this article, we will create a loading blur text animation effect using HTML and CSS.
Approach: The approach to create loading blur text animation is quite simple. We are animating the blur effect using the blur() function. Then we are using n-th child selector to select and apply the animation delay.
We have created a div element and the loading text characters are wrapped inside a span element.
In this section, we will combine both the above two code sections to create a loading text animation effect.
Output: