How To Create A Text Animation Using HTML and CSS

Text Animation Using CSS and HTML

Text Animation

Learn How to Make Text Animation Effect using CSS and HTML. Easy way to make text animation effects by using CSS and HTM. You will easily make this text animation for your website or projects by following my video tutorial, which I have given below. Source code also available, which I have given below.

HostGator Web Hosting

How To Make A Text Animation Effect Using HTML and CSS

  1. 0.0 - 1.00 min : Intro
  2. 1.00 - 7.0 min: Craete Text Animation Effect Using HTML and CSS



Text Animation HTML

You can easily make a Text Animation by watching my youtube video tutorial which I gave at the start of this post or by copy the HTML and CSS code that I give below. Paste this HTML and CSS code into your HTML and CSS file. On the youtube video tutorial, I tell you all the important points which help you to make Text Animation with CSS on our Website. So I recommended you watch the Video Tutorial that how can I make this Only using HTML and CSS. This Text Animation Website is fully responsive and all browsers compatible. HTML and CSS code I have given below this code help you to better understand my Text Animation video tutorial on how I make this Website. you can use this on your website without any copyright.

HTML

<!--doctype html-->
<html>
<head>
<meta charset="utf-8">
<title>Text-animation</title>
<link rel="stylesheet" href="css/style.css"/>
</head>

<body>

<div class="animation">
<span >wellcome</span>

</div>


</body>
</html>


CSS
@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	background-color:#000000;
	position:fixed;}


.animation{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	font-family:bebas kai;
	font-size:70px;
	color:#FFFFFF;
	line-height:80px;
	letter-spacing:30px;
	width:500px;
	animation:rotation ease 3s ;
background-color:rgba(227,37,40,1.00);


}

.animation span{
		
	margin:20px;

	}
	
		.animation:before{
		content:'';
		position:absolute;
		
	left:1100%;
	
		width:120%;
		height:100%;
			background:linear-gradient(90deg,transparent 0%,#000 10%,#000 100%);
animation:hide 5s linear forwards;}
	

	

	@keyframes rotation{
		0%{
				
			left:10%;
			
			
				letter-spacing:600px;
				background:none;
				
				
			}
			
			70%{
				background:none;
				letter-spacing:30px;
				left:30%;
				
				}
				80%{
					width:0px;
					background-color:rgba(227,37,40,1.00);	
					}
				
			90%{
				width:500px;
					background-color:rgba(227,37,40,1.00);
					}
			
			
		
		}
		@keyframes hide{
	0%{	background:linear-gradient(90deg,transparent 0%,#000 0%,#000 100%);
}
	80%{
		left:110%;}
		100%{
			left:-20%;}
	}
		

The Download Links Will Be Shown in 30 Seconds


How To Dowload Files

Comments


Archive

Contact Form

Send