Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1079295

    Hi guys! I’m using the following css to modify the duration of the left to right and right to left animation.

    .avia_transform .avia_start_delayed_animation.right-to-left {
    -webkit-animation: avia-rtl .7s 1 ease!important;
    animation: avia-rtl .7s 1 ease!important;
    }

    .avia_transform .avia_start_delayed_animation.left-to-right {
    -webkit-animation: avia-ltr .7s 1 ease!important;
    animation: avia-ltr .7s 1 ease!important;
    }

    What code can I use to accomplish the same for the bottom to top animation?

    Thank you!

    #1079633

    Hey bobfurgo,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.