Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #956343

    Hello krisi,

    When i implement a timeline in the site it doesn’t autoplay on mobile device.
    Can i trigger the function mannually?

    #956717

    Hey brammetjeh,

    Can you please show us your web site and point us out which ” timeline ” does not autoplay, I am not sure we have an autoplay on our timeline./

    Best regards,
    Basilis

    #956882

    On desktop no problem
    On mobile icon stay away

    • This reply was modified 7 years, 2 months ago by brammetjeh.
    #957879

    Hi,

    Add this css code to disable the animation on mobile view.

    @media only screen and (max-width: 767px) {
        .avia_transform .avia-timeline-vertical .milestone_icon {
            opacity: 1;
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
        }
    }

    Best regards,
    Ismael

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