Jump to content
Search Community

Moises Arrona

Members
  • Posts

    9
  • Joined

  • Last visited

Posts posted by Moises Arrona

  1. On 28/6/2021 at 17:03, GreenSock said:

    Leí tu pregunta varias veces y miré tu CodePen, pero estoy perdido. ¿Qué crees que se interrumpe y por qué piensas eso? ¿Qué esperas que suceda exactamente que no está sucediendo? ¿Qué tiene que ver innerHeight con esto? 

    When you made a timeline that has many animations, it interrupts another timeline, example:

    timeline () .to () * 40 animation

    timeline () .to () * 10 animation

    the first animation is interrupted by the second, try to fix it with end in scrollTrigger with no result

  2. I have a problem, when creating 2 timelines the first animation line is interrupted by the second line, I would like it to finish and continue with the next timeline without being interrupted.

    I have tried: "const {innerHeight} = window" but when the timeline is too long it gets interrupted by the next timeline

     

    is there another way to do it?

    See the Pen vYmYgqr by MoisesA (@MoisesA) on CodePen

  3. 8 minutes ago, OSUblake said:

    Hi Moises!

     

    You cannot animate the display property. What should it be at 50% of the animation, inline-block or block? 

     

    So it can't be animated, but you can do a Flip animation to make it appear seamless.

     

    https://greensock.com/docs/v3/Plugins/Flip

     

     

    pretendía que en que la animación tuviera un efecto mas suavizado 
    pero creo que con aniamción Flip se ayudara,
    muchas gracias

    • Like 1
×
×
  • Create New...