Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

不能变换文字吗? #1

Open
yuyongmao opened this issue Apr 25, 2017 · 6 comments
Open

不能变换文字吗? #1

yuyongmao opened this issue Apr 25, 2017 · 6 comments

Comments

@yuyongmao
Copy link

yuyongmao commented Apr 25, 2017

像是淘宝京东类似的控件,每次都会显示不同的内容,滚动循环显示

@cheng-kang
Copy link
Owner

你可以试一试传入多行文字,用换行符“\n”隔开。

<MarqueeLabelVertical
  duration={8000}
  text={'第一行内容。\n第二行内容。\n第三行内容。'}
  textStyle={{ fontSize: 13, color: 'white' }}
/>

这个组件和京东类似组件的目标展示效果是不一样的。
可以自行尝试一下实现京东类似组件的效果,也欢迎一起讨论。

@cheng-kang
Copy link
Owner

1.1.0 版本中添加了动态文字支持,虽然还是没有直接符合你需求的功能,但是现在可以通过根据跑马灯速度设置一个定时更换文字内容的计时器,这样也可以达到每次显示不同内容的效果。

@jzm369
Copy link

jzm369 commented Sep 5, 2017

能变换文字就更好了.

@cheng-kang
Copy link
Owner

@jzm369 能具体描述一下需求吗?我近期也有打算把这个组件功能更丰富一下。

@jzm369
Copy link

jzm369 commented Sep 6, 2017 via email

@chimeiwang
Copy link

我觉得最好写一个例子出来 不然仅仅看文档,并不能知道你这个东西是怎么用的

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants