jQuery Twitter 就像股票代码一样。怎么做?
我有一个有效的代码,但我希望文本向左和向右淡出,就像在 Twitter 的欢迎页面上一样。有什么想法如何实现这一点?
I have a working ticker, but I want the text to fade out to the left and right just like on the twitter wellcome page. any ideas how to realise that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Twitter 使用具有从暗到透明渐变的透明 (png) 图像来淡出此文本。您只需将它们放在文本上方即可。
Twitter uses transparent (png) images with dark-to-transparent gradients to fade this text out. You can simply place them on top of your text.
正如前面提到的,twitter 使用两张透明的 png 图像。 jQuery WebTicker 示例页面 上提供的代码包括这些淡入和淡出影响。 jQuery 插件提供了创建类似 twitter 的代码的所有功能,您需要更改的只是列表项和 CSS 以匹配您的模板。
Just as previously mentioned twitter uses two png images with transparency. The code provided on the jQuery WebTicker example page includes these fade-in and fade-out effects. The jQuery Plugins provides all the funcionality to create a twitter look-alike ticker all you would need to change is your list items and your CSS to match your template.