0

動作中のティッカーがありますが、Twitter のウェルカム ページと同じように、テキストを左右にフェードアウトさせたいと考えています。それを実現する方法はありますか?

代替テキスト

4

2 に答える 2

2

Twitterは、このテキストをフェードアウトするために、暗い色から透明なグラデーションの透明な(png)画像を使用します。テキストの上に配置するだけです。

于 2010-09-13T13:12:29.757 に答える
0

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.

于 2011-12-09T15:13:26.613 に答える