Whatsapp button with push effect in WordPress

Link to Joinchat
Link to htmlcolorcodes

				
					.joinchat__button__open {
	animation: pulso-whatsapp 1s infinite;
}
@keyframes pulso-whatsapp {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(88, 214, 141, 0.7);
	}
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 30px rgba(26, 51, 244, 0);
	}
	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(88, 214, 141, 0);
	}
}
				
			

If you need any plugin for this tutorial you can find it in the plugins page.

Share on your social networks

Leave a Comment