Jump to content
Search Community

Asteroids last won the day on June 30 2013

Asteroids had the most liked content!

Asteroids

Members
  • Posts

    48
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Asteroids

  1. Can i build gallery like a "Camera Roll" in iPad by greensock .

     

    I see PanelScroll Example that it's same but photo cannot zoom

     

    I need to add some zoom function same "Camera Roll" on iPad Please Help

     

    sry for my bad english and thank you Greensock 

  2. import com.greensock.*;
    
    
    var tl = new TimelineMax();
    
    
      
    tl.insert(TweenLite.to(card1, 1, {rotationY:-20, x:"-200"}))
    tl.insert(TweenLite.to(card2, 1, {rotationY:20, x:"200", scaleX:1, scaleY:1}))
    tl.insert(TweenLite.to(card2, 1, {rotationY:0, x:"-200"}), 1)
    tl.addCallback(this.addChild, 1, [card2])
    tl.insert(TweenLite.to(card1, 1, {rotationY:0, x:"200", scaleX:0.8, scaleY:0.8}), 1)

     

    thank you again.

     

    you are my hero!!

×
×
  • Create New...