mirror of
https://github.com/ivabus/www
synced 2024-11-10 12:35:15 +03:00
Reverted aforementioned animations tweaks
This commit is contained in:
parent
544314ae15
commit
cb04b6032a
|
@ -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">
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
/* Text Flicker Animation */
|
||||
|
||||
|
||||
h1, .hero-container{
|
||||
h1{
|
||||
animation: text-flicker 1.5s linear;
|
||||
transition: 0.2s ease-out;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue