Guest User

Untitled

a guest
Jul 11th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. <fx:Declarations>
  2. <!-- Place non-visual elements (e.g., services, value objects) here -->
  3. <s:Wipe id="wipeUp" direction="up" duration="2000"/>
  4. <s:Wipe id="wipeDown" direction="down" duration="2000" startDelay="2000"/>
  5. </fx:Declarations>
  6.  
  7. <s:Group
  8. id="zoomPopup"
  9. top="-290"
  10. right="15"
  11. width="30"
  12. height="300"
  13. visible="false"
  14. showEffect="{wipeUp}" hideEffect="{wipeDown}">
Add Comment
Please, Sign In to add comment