whatsapp button with push effect in WordPress

link to joinchat
link to htmlcolorcodes

				
					.joinchat__button__open { animation: pulse-whatsapp 1s infinite; } @keyframes pulse-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 for this tutorial you need a plugin you can find it in the plugin page.

Share in your social networks

Leave a Comment