
/* give the group an ID or class in the SVG file to target the animation */
g#sitting_skater {animation:floatingskater 2s ease infinite;}
@keyframes floatingskater {
0%, 100% {transform:translateX(6px) rotate(-.2deg);}
50% {transform:translateX(-6px) rotate(.2deg);}
}
svg {overflow:visible;width:100%;}
Elementor HTML Widget with full SVG code as image: