.test_button{animation-name:pulsate;animation-duration:2s;animation-timing-function:ease-in-out;animation-iteration-count:infinite}@keyframes pulsate{0%{transform:scale(1)}50%{transform:scale(1.2)}100%{transform:scale(1)}}