@keyframes scroll-ani {
    0% {opacity: .3;}
    100% {opacity: 1;}
}