#Create bitbucket branch
##Create local branch
$ git checkout -b sync
Switched to a new branch 'sync'
$ git branch
master
* sync
| /** | |
| * This animation supports API >= 10 | |
| */ | |
| public class CollapseAnimation extends Animation | |
| { | |
| // -- Construction | |
| /** | |
| * | |
| * @param view The view to be animated |
#Create bitbucket branch
##Create local branch
$ git checkout -b sync
Switched to a new branch 'sync'
$ git branch
master
* sync
| package FoxholeYAML | |
| { | |
| import flash.geom.Point; | |
| import flash.utils.Dictionary; | |
| import org.josht.starling.foxhole.layout.ILayout; | |
| import org.josht.starling.foxhole.layout.LayoutBoundsResult; | |
| import org.josht.starling.foxhole.layout.ViewPortBounds; | |
| import org.osflash.signals.ISignal; | |
| import org.osflash.signals.Signal; | |
| import starling.display.DisplayObject; |