1.文本跑马灯效果例子:

        <Text
        ohos:id="$+id:paotext"
        ohos:height="50vp"
        ohos:width="300vp"
        ohos:background_element="#0FF1AC" //背景颜色
        ohos:text="我要跑啊啊啊啊抛弃了跑起来啊啪啪啪 跑跑跑 噼噼啪啪乒乒乓乓"
        ohos:text_size="40fp"
        ohos:truncation_mode="auto_scrolling" 
        ohos:auto_scrolling_count="unlimited" 
        ohos:auto_scrolling_duration="5000" //跑完一次多少毫秒
        />


并且需要在AbilitySlice启动:
Text text = findComponentById(ResourceTable.Id_paotext);
text.startAutoScrolling();

2.

 

相关文章:

  • 2022-12-23
  • 2021-07-14
  • 2021-07-20
  • 2021-05-28
  • 2021-07-25
  • 2021-06-29
猜你喜欢
  • 2022-01-08
  • 2021-07-06
  • 2021-07-14
  • 2022-12-23
相关资源
相似解决方案