<style>
.linearFadeIn {
animation: fadeinAnimation linear 10s;
animation-iteration-count: 1;
animation-fill-mode: forwards;
}
@keyframes fadeinAnimation {
0%
{opacity: 1;}
25%
{opacity: .75;}
50%
{opacity: .5;}
75%
{opacity: .25;}
100% {opacity: 0;}
}
</style>
The Mist Clears
This is my text label
The waves fade-in
Selected Animations