.button-wave-glow {
overflow: hidden;
}
.button-wave-glow .elementor-button {
-webkit-mask-image: -webkit-radial-gradient(#000, #fff);
}
.button-wave-glow .elementor-button-icon,
.button-wave-glow .elementor-button-text {
mix-blend-mode: difference;
}
.button-wave-glow .elementor-button::before,
.button-wave-glow .elementor-button::after {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(90deg, #fff 25%, transparent 0, transparent 50%, #fff 0, #fff 75%, transparent 0);
transform: translateY(var(--progress, 100%));
transition: transform 0.2s ease;
}
.button-wave-glow .elementor-button::after {
--progress: -100%;
background: linear-gradient(90deg, transparent 0, transparent 25%, #fff 0, #fff 50%, transparent 0, transparent 75%, #fff 0);
z-index: -1;
}
.button-wave-glow:hover .elementor-button::before,
.button-wave-glow:hover .elementor-button::after {
--progress: 0;
}
If it's to be used only once, add the CSS code in the "Custom CSS" field located in the "Advanced" tab of the widget where the CSS Class was applied. If it's to be used across multiple widgets on a single page, open "Page Settings" (gear icon) and add the CSS code in the "Custom CSS" field located in the "Advanced" tab of the "Page Settings." If it's to be used across multiple widgets on multiple pages, open "Site Settings" (sliders icon) and add the CSS code in the "Custom CSS" field located under "Custom CSS" in the "Site Settings."
.button-wave-glow
Add the class in the "CSS Classes" field located in the "Advanced" tab of the Button widget
doniaskima