Okay
  Public Ticket #3751033
timeline
Open

Comments

  • Mark Mintler started the conversation

    I downloaded your template 'marketing package' and i'm trying to edit the first slide with laptop. You have two text items that animate in and out. I've tried adding a third by copying the second one and changing the start time but it doesn't work, the text overlaps. I know on older versions of Layerslider you could visually edit the timeline but I only see the timeline preview which isn't editable. Any help would be appreciated.https://monosnap.com/file/DW1BJwzA1VSlvMK0MpPxxFFsdOb2IY

  •  137
    George replied

    Hello Mark,

    Unfortunately, you cannot loop-cycle the fading effect more than two layers on the same slide because the delay of the "on" and "off" state are the same.

    Best Regards,
    George | Kreatura Dev Team

  • Mark Mintler replied

    Can you think of another way to accomplish what i'm trying to do?

  •  137
    George replied

    If your slider has only one slide, you can do this by a trick by making all the layers static, except the one you need to change, and add the new layers one by one to different slides.

    Best Regards,
    George | Kreatura Dev Team

  • Mark Mintler replied

    I got it to work with 3 items as long as the entire thing doesn't loop which is fine. But i'd like the slide to repeat. I've changed the Cycles to 3 times in the slide settings but it doesn't repeat. Any suggestions ?

  •  137
    George replied

    Hello Mike,

    Please, insert the following code to slideTimelineDidComplete event in Project Settings / Event Callbacks. In this case the slide will replay the whole slide animation.

    function( event, slider ) {
            slider.api( 'replay' );
    }

    Best Regards,
    George | Kreatura Dev Team

  • Mark Mintler replied

    Thank you for your help! If I were to make a duplicate slide to simulate the animation again, how do i prevent the initial fade-in on the other slide object? it appears everything has a default fade-in. I have turned off animate first slide in the project settings but that doesn't work. When the objects fade in on second slide it disrupts the illusion of it being the same slide. Thanks

  •  137
    George replied

    For those layers that you don't want to disappear when changing slides, scroll down the opening transition sidebar and set Keep this layer visible -> Forever.

    Best Regards,
    George | Kreatura Dev Team