@keyframes pointer-bounce{0%{transform:scale(1)}to{transform:scale(1.1)}}.pointer{animation:pointer-bounce .5s ease-in-out infinite alternate}