/
githubmirror
/
client
Обзор
Документация
Войти
/
githubmirror
/
client
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
shared/fs/footer/upload.css
9 строк
255 B
chrisnojima
styling fixes in menubar footer (#24969)
09 май 2022, 20:40
Не верифицирован
09 май 2022, 20:40
3705790
Код
Авторство
О чём код?
@keyframes slideUp { from { background-position-y: 0; } to {background-position-y: -80px; } } .upload-animation-loop { animation: slideUp 2s linear infinite normal; background-repeat: repeat; transition: all .3s cubic-bezier(.13,.72,.31,.95); }