How to create Tiktok Text Effect using HTML & CSS


tiktok,tiktok memes,tiktok text animation effects,tik tok,tiktok mania,animated,tiktok ads,animated story,text animation effects,animated channel,animated cartoon,css text animation effects,tiktok cringe,meme,tiktok cringe meme,cgi animated short film,animation,tiktok cringe compilation,css text animation,tiktok cringe comp,tiktok watermark green screen,#subllime text,tiktok memes compilation,tiktok logo greenscreen, Code Hunter, Tiktok text, tiktok source code, tiktok text source code

| Code Hunter | Welcome back again another tutorial today we have source code for How to make animated text effect as Tiktok as output given below... 

TikTok 


This effect is creating by HTML & CSS. Source code is giving below.
If you have any query comment us. We are here to hear from you. Thank you.


<!DOCTYPE html>
<html>
<head>
<title>Tiktok Text ANimation Efffects</title>
</head>


<style>
body{
margin:0;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;

}
.ur_code h2{
color:#fff;
font-family: sans-serif;
font-size: 4em;
animation: animate 0.5s linear infinite;
background: black;
padding:5px;
}

@keyframes animate {
0%,100%
{
text-shadow: -1.5px -1.5px 0 #0ff,1.5px 1.5px 0 #f00;
}
25%
{
text-shadow: 1.5px 1.5px 0 #0ff,-1.5px -1.5px 0 #f00;
}
50%
{
text-shadow: 1.5px 1.5px 0 #0ff,-1.5px 1.5px 0 #f00;
}
75%
{
text-shadow: -1.5px 1.5px 0 #0ff,1.5px -1.5px 0 #f00;
}
}
</style>


<body>

<div class="ur_code">
<h2>TikTok</h2>
</div>
</body>
</html>
SHARE

Milan Tomic

Hi. I’m Designer of Blog Magic. I’m CEO/Founder of ThemeXpose. I’m Creative Art Director, Web Designer, UI/UX Designer, Interaction Designer, Industrial Designer, Web Developer, Business Enthusiast, StartUp Enthusiast, Speaker, Writer and Photographer. Inspired to make things looks better.

  • Image
  • Image
  • Image
  • Image
  • Image
    Blogger Comment
    Facebook Comment

0 comments:

Post a Comment