From 7ed276abe28e1ef91db0d5ab56ec15efe0c93e89 Mon Sep 17 00:00:00 2001 From: Ritika Agrawal Date: Wed, 28 Feb 2024 14:13:34 +0530 Subject: [PATCH] chore: update text animaions readme --- Text Animations/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Text Animations/README.md b/Text Animations/README.md index 148726c..05d1376 100644 --- a/Text Animations/README.md +++ b/Text Animations/README.md @@ -11,6 +11,7 @@ Here is a collection of attractive, responsive text animations that you can add - [Text Outline Animation](#text-outline-animation-zap) - [Text Shadow Animation](#text-shadow-animation-zap) - [Infinite Text Loop](#infinite-text-loop-zap) +- [Text Rotate Animation](#text-rotate-animation-zap) ### Rotating Text :zap: @@ -74,3 +75,13 @@ A Infinite Text Loop Animation made using transform translate property!
+ +### Text Rotate Animation :zap: + +A Text Rotate Animation made using CSS transform properties! JS is used to change the heading after an interval and properly play the rotate animation. +
+:paperclip: View code [here](https://github.com/Ritika-Agrawal811/css-and-js-code-snippets/tree/main/Text%20Animations/Text_Rotate_Animation). + +
+ +