Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个工作代码,但我希望文本向左和向右淡出,就像在 twitter 惠康页面上一样。任何想法如何实现?
Twitter 使用具有从暗到透明渐变的透明 (png) 图像来淡出该文本。您可以简单地将它们放在您的文本之上。
正如前面提到的,twitter 使用了两个透明的 png 图像。jQuery WebTicker 示例页面上提供的代码包括这些淡入和淡出效果。jQuery 插件提供了创建类似 twitter 的代码的所有功能,您需要更改的只是列表项和 CSS 以匹配您的模板。