Jump to content
Search Community

Roscoeh

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by Roscoeh

  1. Hi, I have an accordion and am animating the the height for a show reveal - the issue is the height which i need to set to auto as the information is different lengths. TweenLite.to($content, 1, {css:{height: '0px'}}); $(this).next($content).addClass('active'); TweenLite.to( $(this).next($content) , 1, {css:{height: "auto"}}); event.stopPropagation(); Can this be done or is there a workaround? Thanks.
  2. Hi, I can get the end rotation with this onDragEnd:function() { console.log( Math.abs(this.endRotation%360)); } but how do I detect when the div stops spinning? Thanks,
  3. Hi, Maybe I have missed something but I cannot get my draggable to have the nice easing like the example. See codepen. Thanks. R.
  4. Is there any way to upgrade from a basic green to shocking green account? Would just like to pay the extra 75 bucks to upgrade Also I would like to know if I can add the whole stage to liquid stage rather than just a movieclip? import com.greensock.layout.*; var ls:LiquidStage = new LiquidStage(this.stage, 550, 555, 550, 555); var area:LiquidArea = new LiquidArea(this, 100, 100, 350, 150, 0x313f19); area.preview = true; area.attach(mc); or do I jsut attach all my movieclips area.attach(mc1) area.attach(mc2) area.attach(mc3)
×
×
  • Create New...