@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.dot{animation:1.2s infinite bounce}.dot:nth-child(2){animation-delay:.2s}.dot:nth-child(3){animation-delay:.4s}@keyframes ticker-in{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@keyframes ticker-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(100%)}}.animate-ticker-in{animation:.4s cubic-bezier(.4,0,.2,1) ticker-in}.animate-ticker-out{animation:.4s cubic-bezier(.4,0,.6,1) ticker-out}.animate-ticker-in-fast{animation:.35s cubic-bezier(.4,0,.2,1) ticker-in}.animate-ticker-out-fast{animation:.35s cubic-bezier(.4,0,.6,1) ticker-out}
