ionic3 - 文本自动播放(水平和循环)

时间:2017-12-06 01:45:23

标签: ionic-framework ionic3

示例:https://github.com/bingcool/ionic-banner-tips, 请打开链接并检查,我希望它像屏幕上方一样,黄色文字可以自动水平滚动和循环。

enter image description here

编辑:

  <ion-slides autoplay="1" loop="true" speed="3000">
    <ion-slide>This is the loop text</ion-slide>
  </ion-slides>

这是我的项目,我想我的ionic3项目就像那个黄色的项目一样。并将文本排成一行。 enter image description here

1 个答案:

答案 0 :(得分:2)

最后问题解决了

html文件 enter image description here

scss文件

import RxSiwft
import RxCocoa

...

(UIButton().rx as Reactive<UIButton>) //Autocompletion will work

最终项目截图 enter image description here