Okay
  Public Ticket #3097465
Can we reverse the cycle
Closed

Comments

  •  1
    Melih started the conversation

    Can we rotate the looped infinitely rotate animation on the main page from right to left?
  •  8,839
    Tahir replied

    Hey mmcaylak ,

    Try adding negative values and check. 

    Thanks 



    ThemeNectar Support Team 

  •  1
    Melih replied

    which setting do i enter negative values?
    It has no settings, I can only choose the animation.
    Thanks
  •  1,877
    Judith replied

    Hi There,

    Please try this css:

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

    Thanks.

  •  1
    Melih replied

    Thanks