`
leitianfu
  • 浏览: 146455 次
  • 性别: Icon_minigender_1
  • 来自: 成都
社区版块
存档分类
最新评论

Flex制作Rotate旋转效果

阅读更多
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" backgroundGradientAlphas="[1.0, 1.0]" backgroundGradientColors="[#03BF7A, #075F96]">
   <mx:Rotate id="Rotate1"  angleFrom="0" angleTo="360" originX="0" originY="0"  duration="1000"  />  
   <mx:Image x="442" y="76" source="images/C.jpg" mouseDownEffect="{Rotate1}"   width="318" height="316"/>
   <mx:Label x="390" y="33" text="Flex制作Rotate旋转效果" width="491" fontWeight="bold" fontSize="24" color="#F7F9FB"/>
</mx:Application>
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics