New Landing How can we help? Themeforest Theme Support Uplift Remove Swift Slider Animation

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Uplift
  • #271509
    purehope_design
    Member
    Post count: 2

    Hi,

    Is it possible to remove the fade in animation on Swift Slider?

    Thanks,
    Dave

    #271797
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    You have to choose between Fade and Slide.
    https://www.dropbox.com/s/dmikba9rjq6wty5/Screenshot%202016-06-01%2017.57.37.png?dl=0

    Will check if it’s possible to remove with with css, can you provide the url of the page where you are using it?

    Thanks

    -Rui

    #271799
    purehope_design
    Member
    Post count: 2
    This reply has been marked as private.
    #271956
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    can you add the code below to your custom css option.

    .swiper-slide .caption-content .caption-title {
        -webkit-transition-delay: none;
        -moz-transition-delay: none;
        transition-delay: none; 
    }
    
    .swiper-slide .caption-content .caption-title, .swiper-slide .caption-content .caption-excerpt {
        -webkit-filter: none;
        filter: none;
        opacity: 1;
        -webkit-transition: none;
        -moz-transition: none;
        transition: none; 
    }
    
    .swiper-slide .caption-content .caption-excerpt {
         -webkit-transition-delay: none; 
        -moz-transition-delay: none;
         transition-delay: none; 
    }

    Hope it helps.

    -Rui

    #272169
    purehope_design
    Member
    Post count: 2

    Thanks so much!

    #272258
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    No problem. Glad I could help.

    -Rui

    #315078
    HB
    Member
    Post count: 76
    This reply has been marked as private.
    #315080
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    @HB

    What is your site url so we can have a look?

    -Rui

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register