/
valslava
/
react-practice_project
Обзор
Документация
Войти
/
valslava
/
react-practice_project
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
main
src/components/UI/Loader/Loader.css
36 строк
623 B
valslava2
link(Firebase) DB and Auth to project using axios
13 мар 2024, 00:31
13 мар 2024, 00:31
55d4650
Код
Авторство
О чём код?
.Loader { display: inline-block; position: relative; width: 64px; height: 64px; } .Loader div { position: absolute; border: 4px solid #fff; opacity: 1; border-radius: 50%; animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite; } .Loader div:nth-child(2) { animation-delay: -0.5s; } .center { text-align: center; } @keyframes lds-ripple { 0% { top: 28px; left: 28px; width: 0; height: 0; opacity: 1; } 100% { top: -1px; left: -1px; width: 58px; height: 58px; opacity: 0; } }