Okay
  Public Ticket #1076988
'forever' slides and mobile sizing
Closed

Comments

  •  2
    nulrick started the conversation

    1. My layer slider has 2 slides. In slide 1, most layers are set to 'keep this layer visible forever'.. so that even when switching to slide 2, these layers from slide 1 would still continue to be visible and their text animation to continue.  However, when clicking the 'YOU' btn which loads slide 2, none of the 'forever' layers from slide 1 are visible.  Please let me know if it's possible to fix this so that I can transition from slide to slide, and still let previous layers remain visible and for their animation to continue to play out

    2. when viewing this on a mobile device, all text is super small. Shouldn't it resize proportionately to be viewable on mobile devices?

    thanks

  •  2
    nulrick replied

    the link for my ticket below is http://dev.100eight.com/

  • [deleted] replied

    Hey nulrick,

    As I can see the problem is caused by the looping transition that you apply on these layers. The looping animation only runs once and it sets your layers to opacity zero which is why they are invisible.

    If you correct this setting, the problem should be solved.

  •  2
    nulrick replied

    Hi Attila ~  On slide #1, I have some animated text layers that each fade out as the next text layer appears.. this all happens over the course of about 7-8 seconds. I will be adding more of these.  On another layer in slide #1 is a text button that loads slide #2.. but the animated text layers from slide #1 that are set on 'visible forever' mode immediatelt stop once slide #2 is loaded .. even though their animation should continue.  Make sense?   thanks

  •  2
    nulrick replied

    Hi Attila -  Im just following up on this.  thanks

  • [deleted] replied

    I think I understand what you're trying to achieve. However it's not fully possible, or at least not the way you're trying to creating it.

    The static layers (keep this layer visible...) are not used for infinite transitions. They are static because they will stay throughout multiple slides without transitioning out and back again, however they won't animate multiple times. This is the same for the text animations that you apply on those text layers. They will only be played once, after that they will remain static for the upcoming slides.

    The problem is that you are still applying opacity 0 on these layers as a loop transition. It results them being invisible after the first slide.

  •  2
    nulrick replied

    so, if slide #1 has a 'visible forever' layer with an animation lasting 8 seconds long, but the user clicks to slide #2 in less than 8 seconds, shouldn't the animation continue to play out for the full 8 seconds?  I don't want it to play multiple times.. I just want it to continue it's animation even if the use clicks to the next layer while the animation is in progress.

    my animated text layers each fade in and then out, lasting a few seconds.. then another text layer fades in and out, and then another.. these layers each have an opening and middle transition (fade out) .. but not an 'end' transition (since those only happen at the end of the slide) .. I dont want any layer to loop.. 

    so if this makes sense, what settings do I need to change?  Thanks for explaining this to me

  • [deleted] replied

    The layers are 'generated' with the opening transition. The problem is that, if you navigate away from a slide before a layer's Transition IN time, said layer will not be 'created', so it will not appear at all, even if it is a static layer.
    The problem with your setup is that if you change slides before its duration, your layers will not be generated in the first slide where they were meant to, so they won't appear on the rest either.