Botão pulsante – Script Yampi

Script

/* INICIO CODIGO - BOTÃO PULSANTE */
.main-product-buy-button-holder .btn {
  animation: scaler 0.4.5s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}

@keyframes scaler { 
  0% { transform: scale(1); }
  100% { transform: scale(1.05); }
}
/* FIM CODIGO - BOTÃO PULSANTE */
Esse tutorial foi util?