用flex动画实现html的marquee功能
程序员文章站
2022-05-07 16:46:08
...
<?xml version="1.0" encoding="utf-8"?> <s:Application name="Spark_TextInput_textDisplay_horizontalScrollPosition_test" xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/halo"> <fx:Script> <![CDATA[ protected function init():void { anim.stop(); pth.valueFrom = 0; pth.valueTo = txtInput.textDisplay.contentWidth - txtInput.textDisplay.width; anim.play([txtInput.textDisplay]); } ]]> </fx:Script> <fx:Declarations> <s:Animate id="anim" duration="10000" repeatBehavior="reverse" repeatCount="0" repeatDelay="500"> <s:motionPaths> <s:SimpleMotionPath id="pth" property="horizontalScrollPosition" /> </s:motionPaths> </s:Animate> </fx:Declarations> <s:TextInput id="txtInput" text="hello javaeye hello javaeye hello javaeye hello javaeye hello javaeye hello javaeye hello javaeye" editable="false" fontSize="24" left="100" right="100" horizontalCenter="0" verticalCenter="0" creationComplete="init();" resize="init();" rollOver="anim.pause();" rollOut="anim.resume();" /> </s:Application>
推荐阅读
-
用HTML5 Canvas API中的clearRect()方法实现橡皮擦功能
-
用HTML5实现手机摇一摇的功能的教程
-
用HTML5实现鼠标滚轮事件放大缩小图片的功能
-
用HTML5 Canvas API中的clearRect()方法实现橡皮擦功能
-
用HTML5实现手机摇一摇的功能的教程
-
用HTML5实现鼠标滚轮事件放大缩小图片的功能
-
用js实现导出功能将html中的table导出为excel
-
用仿ActionScript的语法来编写html5——第二篇,利用Sprite来实现动画
-
html5 拖拽及用 js 实现拖拽功能的示例代码
-
小弟我的php代码和html代码在一个页面,用$.ajax给自身传值小弟我想实现修改的功能