Okay
  Public Ticket #3719077
Single Image Rotate to the other side
Closed

Comments

  •  2
    victor1502 started the conversation

    Hi,

    I've added a single image in the main hero section and animated it (Animated Infinitely > Rotation). I'd like to change the rotation of the image to the other way.

    How can I do that?

    Many thanks in advance,

  •  2,958
    Andrew replied

    Hi Victor,

    Thank you for getting in touch.

    To clarify, are you referring to the image in the screenshot below?

    7112431905.png

    We look forward to your reply.

    Thanks,

  •  2
    victor1502 replied

    Hi! Thanks for the quick reply. I refer to the image attached in this message which is already rotating.

    Attached files:  Captura de Pantalla 2024-09-06 a les 9.43.33.png

  •  2,958
    Andrew replied

    Hi Victor,

    Thank you for reaching out to us.

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .img-with-aniamtion-wrap.looped-animation-rotate .inner {
        animation: nectar_looped_rotate 12s reverse infinite linear !important;
    }
    

    Try this and let us know how it goes.

    Thanks,

  •  2
    victor1502 replied

    It worked! Many thanks