rotate after loading

gsap.to('.my-element', {
    rotation: 360,
    duration: 2,
    ease: 'bounce.out', 
    repeat: -1,
    repeatDelay: 1,
})