Вот код, который я использую:
/* ------ SCROLL ANIMATIONS ------- */
.outer-shroud {
animation: autoShowAnimation both;
animation-timeline: view(100% 5%);
}
@keyframes autoShowAnimation {
from {
opacity: 0;
transform: translateY(100px) scale(0.3);
box-shadow: 0 0 1000px rgba(160, 158, 255, 0.944);
} to {
opacity: 1;
transform: translateY(0) scale(1);
}
}
Riddym
July '24 — A familiar rhythm game, reimagined.

Подробнее здесь: https://stackoverflow.com/questions/790 ... production
Мобильная версия