How to Animate Text Path Widget in Elementor

CSS for widget animation

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

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

Share on your social networks

Leave a Comment