Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Uplift
  • #319442
    micheal_w
    Member
    Post count: 498

    Hi guys,

    When using swift slider / fade animation with content in the slide content section, that content has some displaying delay… is it possible to remove the delay somehow?

    #319647
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    I’m not sure, will have to forward it to Ed.

    -Rui

    #319773
    micheal_w
    Member
    Post count: 498
    This reply has been marked as private.
    #320071
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Can you test this CSS:

    .swiper-slide .caption-content[data-caption-x="right"] {
        opacity: 1!important;
    }
    #320281
    micheal_w
    Member
    Post count: 498
    This reply has been marked as private.
    #320699
    David Martin – Support
    Moderator
    Post count: 20834

    Please remove the above CSS. If use this:

    .swiper-slide .caption-content .caption-excerpt {
        -webkit-transition-delay: 0s !important;
        -moz-transition-delay: 0s !important;;
        transition-delay: 0s !important;;
    }

    I get this now, the content is fading with the main image:

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.