Pular para o conteúdo
Host2b

Botão pulsante - Script WordPress

Por fernandoPublicado em 20 out 2023

Script

.single_add_to_cart_button {
  animation: scaler 0.4.5s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}

@keyframes scaler { 
  0% { transform: scale(1); }
  100% { transform: scale(1.05); }
}