Jump to content
GreenSock

letitbe

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by letitbe

  1. No, open codepen and click on button "aftre this, jump moment" , after message "please click start"  click button "start" :)

    When you click start, look on the border width, nearly 0.75 timeline, border jumps(icon-cursor do fast border  width 6px to 2px, but he don't must do this -

    .to(".icon-cursor-1", 0.75, {width: 66, height: 66, rotation: 0, borderWidth: 6, ease: Power4.easeOut})
    .to(".icon-cursor-1", 0.25, {borderWidth: 2}, "=-0.4");

    )

    See the Pen NvzYOx?editors=1010 by letitbe93 (@letitbe93) on CodePen

     

  2. Hello,  i have 1 element. He must grow in width, height and border, and he do this. But have problem after when i did reverse (i showed two case) 

    1-case(icon-cursor-1): When click start and after complete animation click reverse() (after complete animation reverse) and again click start we see: border width jumping 

    2-case(icon-cursor-2): When click start and after complete animation click reverse() (after complete animation reverse) , he don't return primary value for border width (default border width 3px)

    P.S. if i write position 0(=0.75) for tweens, he return true value. Please help understand what i doing wrong, and how this work ?

    Sorry for my English =) 

     

    See the Pen dzKvgY by letitbe93 (@letitbe93) on CodePen

×