Reverted aforementioned animations tweaks

This commit is contained in:
Thomas Smith 2022-09-29 11:06:34 -04:00
parent 544314ae15
commit cb04b6032a
2 changed files with 2 additions and 2 deletions

View file

@ -30,7 +30,7 @@
<div class="container hero-container">
<div class="row">
<div class="col">
<h1 class="animated-25 animatedFadeInUp fadeInUp">Keep <span class="white">what</span><br><span class="hero-float" style="float:right;"><span class="white">is</span> yours.</span></h1>
<h1>Keep <span class="white">what</span><br><span class="hero-float" style="float:right;"><span class="white">is</span> yours.</span></h1>
</div>
</div>
<div class="row">

View file

@ -51,7 +51,7 @@
/* Text Flicker Animation */
h1, .hero-container{
h1{
animation: text-flicker 1.5s linear;
transition: 0.2s ease-out;
}