Jump to content
Search Community

sixclones

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by sixclones

  1. Hi,

     

    I wanted to move the height of a div with tweenlite...

    TweenLite.to('div', 10, {bottom: '85%'});
    

    But, it's not work. The value jump to 0 and doesn't take the original value of 80%.

    The element is not define with height but with position: absolute.

    position: absolute;
      top: 10%;
      bottom: 80%;
      left: 50%;
      right: 40%;

    I wanted to signal this and know if it's "normal" or if it's just me.

     

    My Codepen test :

     

    Thank for answer :)

     

    Sixclones

    See the Pen PzdmoB by Sixclones (@Sixclones) on CodePen

×
×
  • Create New...