Jump to content
Search Community

Devotee007

Members
  • Posts

    80
  • Joined

  • Last visited

Posts posted by Devotee007

  1. Hi,

     

    My first post here, I guess it's a real newbie one... I searched and couldn't find any post with this question, so I hope it's ok. What I try to do is to have a div expand from the bottom up, but I can only get it to expand from top to bottom. How can I reverse this?

     

    //Devotee007

     

    CSS:

    .wrapper {
    position:absolute;
    top:40px;
    left:40px;
    width:430px;
    height:0px;
    z-index:1;
    background-color:#000;
    overflow:hidden; 
    }
     
     
    TweenMax.to(".wrapper", 1.2, {height:"430px", ease:Expo.easeOut});

     

×
×
  • Create New...