jaandrle / jaandrle.github.io

Personal page/blog
https://jaandrle.github.io/
MIT License
2 stars 3 forks source link

Efekt zvětšení nadpisu při skrolování v One UI #78

Open jaandrle opened 3 years ago

jaandrle commented 3 years ago

Používá se označení „Viewing area” (One UI Design Guidelines)


.C_header_samsung {
    flex: 0 0 35vh;
    align-items: flex-end;
    animation: samsung_height 1s ease-in;
}
@keyframes samsung_height{
    from{flex: 0 0 15vh;}
    to{flex: 0 0 35vh;}
}