EITHER
N
D
TO
S
B
EITHER
OR
N
C
AND
.bounce { -webkit-box-reflect: below -40px linear-gradient(transparent, rgba(0,0,0,.2)); } .bounce span { display: inline-block; animation: animate 3s infinite; animation-delay: calc(.1s * var(--i)); } @keyframes animate { 0%,40%,100% { transform: translateY(0) } 20% { transform: translateY(-40px) } }