root/websites/partty.org/term/CapttyUIRemovedEffect.mxml
@
7983
| Revision 7983, 475 bytes (checked in by frsyuki, 5 years ago) |
|---|
| Line | |
|---|---|
| 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <mx:Parallel xmlns:mx="http://www.adobe.com/2006/mxml"> |
| 3 | <mx:Script> |
| 4 | <![CDATA[ |
| 5 | import mx.effects.easing.*; |
| 6 | ]]> |
| 7 | </mx:Script> |
| 8 | <mx:children> |
| 9 | <!-- |
| 10 | <mx:Zoom duration="200" |
| 11 | easingFunction="{mx.effects.easing.Exponential.easeIn}" |
| 12 | zoomHeightFrom="1.0" |
| 13 | zoomHeightTo="0.0" |
| 14 | zoomWidthFrom="1.0" |
| 15 | zoomWidthTo="0.0" |
| 16 | /> |
| 17 | --> |
| 18 | <mx:Fade duration="400" |
| 19 | alphaFrom="1.0" alphaTo="0.0" |
| 20 | /> |
| 21 | </mx:children> |
| 22 | </mx:Parallel> |
Note: See TracBrowser
for help on using the browser.
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)