Okay
  Public Ticket #1418078
Slide transitions
Closed

Comments

  • juliataylor started the conversation

    Site is password protected, so here is the info: username: sodstar password: flywheel

    I've added the origami template, but there is a pause between each slide. I tried creating my own slider using the origami transition, but I get the same pause/jump between each slide.

    How do I make it a smooth transition between each slide?

    Thanks!

  • [deleted] replied

    Hello juliataylor,

    Thank you for getting in touch with us. My name is Attila and I'm happy to assist you today.

    I would like to confirm that we have received your message. Due to the nature of the issue you are experiencing, I will have to contact and consult with the development team first. I will get back to you as soon as I can.

    We appreciate your patience while we're working towards your ticket.

  • [deleted] replied

    Hello again,

    The problem is that in your style.css file the following style is being applied on these LayerSlider elements: .ls-wrapper .ls-bg-outer 

    [class*="bg-"], [class*="bg-"] .wrap {    
    position: relative;    
    z-index: 2;
    }

    The "position: relative;" is causing the slider and origami effect to jump.