How to animate the text path widget in Elementor

CSS for widget animation

selector{
animation: rotation 6s linear infinite;
}
@keyframes rotation{
100%{
transform: rotate(360deg);
}
}

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

Share in your social networks

Leave a Comment