.spinner.is-grow span{animation:spinner-grow 1.5s ease-in-out infinite}.spinner.is-elastic{animation-timing-function:cubic-bezier(.53,.21,.29,.67);animation-duration:1.3}.spinner.is-grow span:nth-child(1){animation-delay:-.75s}@keyframes spinner-grow{0%,to{transform:scale(0)}50%{transform:scale(1.1)}}
