Having a Nice Pulsing Button is a nice way to get attention
It's a very simple trick that needs you to add the following code in your page or site custom CSS. You can modify the duration. You will see it in action only on the front-end
.my-btn {
animation: pulse 3s infinite;
}
And then add the class name "my-btn" to every element you want to pulse indefinitly.
This one is pulsing !