Add up Flash (11)

Source: Internet
Author: User

Introduced

Demonstrates the application of various animation effects (effect) in Flex 3.0

Zoom-Enlarge/Shrink

Wipe-To delete/display the control from the top/bottom/left/Right 4 directions in a linear gradient

Rotate-Rotate

Resize-Resizing controls

Fade-Fade in/fade out

Move-Change the position of the control

Iris-Show/disappear (radioactive gradient)

Blur-Fuzzy

Dissolve-make alpha modifications to controls

Glow-Make ambient glow on controls

SoundEffect-Play a section of audio

Parallel-parallel display of various effect

Sequence-serial display of various effect

Tweeneffect-This class is the base class for most effect

Online Demo

Http://www.cnblogs.com/webabcd/archive/2009/11/09/1598980.html

1, Zoom.mxml

<?xml version= "1.0" encoding= "Utf-8"?> <!--demonstrates zooming in/out of animation effects--> <mx:panel xmlns:mx= "http://www. Adobe.com/2006/mxml "layout=" absolute "width=" height= "" title= "effect-zoom" (Enlarge/Shrink) "> &LT;MX:SCR Ipt> <!
                  [Cdata[Private Function Dozoom (e:mouseevent): void {if (zoom.isplaying)
                  {Zoom.reverse ();  else {Zoom.play [e.target], E.type = = Mouseevent.roll_out?
                  True:false);
          }]]> </mx:Script> <mx:zoom id= "Zoom" originx= "" originy= "24" zoomwidthfrom= "1" zoomwidthto= "2" zoomheightfrom= "1" zoomheightto= "2"/> <mx:image source= "@Embed (' images/ Logo.png ') "x=" "y=" "width=" "height=" "scalex=" 1 "scaley=" 1 "rollover=" dozoom (even T) "rollout=" DoZOom (Event) "/> </mx:Panel> 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.