Okay
  Public Ticket #3635658
Rotate Animation on Scroll?
Open

Comments

  • steveturly started the conversation

    Hello, I am wondering if it is possible to set up an image to do its "Looped Animation" (rotate) when the page is scrolled, instead of always spinning? Or, if not, is it possible to change the speed that an image rotates? I love the look of the rotating image, but I find it rotates too fast for my liking.

  •  1,659
    Judith replied

    Hi there,

    Thanks for writing in!

    -The first query to have the image only rotate on scroll, I am afraid we don't have the feature at the moment.

    -You can however use the CSS below to adjust the spinning speed:

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

    I hope this proves helpful. Should you have any further questions or encounter any issues, please don't hesitate to reach out.

    Best regards,