Created
August 2, 2018 22:52
-
-
Save haigopi/a4f3818ebcd033e4fbcf63e830901c01 to your computer and use it in GitHub Desktop.
Resize MXML
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <mx:Resize id="rightShrink" | |
| widthTo="25" | |
| target="{rightCanvas}" | |
| duration="400" | |
| effectEnd="rightBoxLbl.visible=false; rightAcc.visible = false; "/> | |
| <mx:Resize id="rightGrow" | |
| widthTo="180" | |
| target="{rightCanvas}" | |
| duration="400" | |
| effectEnd="rightAcc.visible = true; rightBoxLbl.visible=true;"/> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment