Pulsating effect mientras carga elemento
This commit is contained in:
@@ -222,3 +222,22 @@ ul.tabs li.tab.selected {
|
||||
.full-width {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.pulsating {
|
||||
animation: pulsating 8s infinite;
|
||||
|
||||
@keyframes pulsating {
|
||||
0% {
|
||||
background-color: var(--white);
|
||||
}
|
||||
|
||||
50% {
|
||||
background-color: var(--gray-1);
|
||||
}
|
||||
|
||||
100% {
|
||||
background-color: var(--white);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user