Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (1)
Flex picture zoom in, zoom out and move
4.0
<?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:fx=" http://ns.adobe.com/mxml/2009 " xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/mx" layout="absolute" width="100%" height="100%"> <fx:Script> <! [CDATA[ private var moveSign:Boolean = true; protected function img_clickHandler(event:MouseEvent):void { imageEffect.play(null, ! moveSign); } ]]> </fx:Script> <fx:Declarations> <s:Parallel id="imageEffect" target="{img}"> <s:Move xFrom="0" xTo="0" yFrom="0" yTo="0" duration="1000"/> <s:Scale scaleXFrom="1.0" scaleXTo="1.7" scaleYFrom="1.0" scaleYTo="1.8" duration="100
若昔
2016-08-23
0
1
No more~