jQuery Twitter 就像股票代码一样。怎么做?

发布于 2024-09-18 17:33:12 字数 129 浏览 4 评论 0原文

我有一个有效的代码,但我希望文本向左和向右淡出,就像在 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?

alt text

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

妳是的陽光 2024-09-25 17:33:12

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.

━╋う一瞬間旳綻放 2024-09-25 17:33:12

正如前面提到的,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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文