Tweaked animations

This commit is contained in:
Thomas Smith 2022-09-28 20:46:38 -04:00
parent b5a57d90d8
commit 544314ae15
3 changed files with 4 additions and 4 deletions

View file

@ -30,7 +30,7 @@
<div class="container hero-container">
<div class="row">
<div class="col">
<h1>Keep <span class="white">what</span><br><span class="hero-float" style="float:right;"><span class="white">is</span> yours.</span></h1>
<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>
</div>
</div>
<div class="row">

View file

@ -174,6 +174,6 @@
</style>
<a href="https://github.com/login/oauth/authorize?client_id=9d1f1a72f1300b6991df&state=teaxyz" class="gf-container" style="background-color:#8EC7BF;">
<a href="https://github.com/login/oauth/authorize?client_id=9d1f1a72f1300b6991df&state=teaxyz" class="gf-container animated-5 animatedFadeInUp fadeInUp" style="background-color:#8EC7BF;">
JOIN
</a>

View file

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