DEV Community

Cover image for Simple CSS Text Animations
Kiran Raj R
Kiran Raj R

Posted on

 

Simple CSS Text Animations

Hi, I made some simple CSS text effects that can be used in your projects, these are beginner level animations. The code is not optimized and accessibility is not taken into account. I just want to show that animations like these can be made using CSS. You can use these simple animations with your creativity to make awesome text animations, hope you will like this. Happy Coding !!




My collection of text effects in codepen.

Top comments (2)

Collapse
 
vetrisuriya profile image
Vetri Suriya

Amazing buddy ๐Ÿ‘Œ๐Ÿ‘๐Ÿ‘๐Ÿ‘

Collapse
 
kiranrajvjd profile image
Kiran Raj R

Thank you

An Animated Guide to Node.js Event Loop

Node.js doesnโ€™t stop from running other operations because of Libuv, a C++ library responsible for the event loop and asynchronously handling tasks such as network requests, DNS resolution, file system operations, data encryption, etc.

What happens under the hood when Node.js works on tasks such as database queries? We will explore it by following this piece of code step by step.