正在加载视频...
视频加载失败
Using CSS mask-image you can truncate texts with a smooth fade effect. It looks clean and it's a great alternative to text ellipsis. .text-container { overflow: hidden; white-space: nowrap; -webkit-mask-image: linear-gradient( to right, black 50%, transparent); mask-image: linear-gradient( to right, black 50%, transparent); } } If you found this... show more
13,705 次观看 • 3 个月前 •via X (Twitter)
0 条评论
暂无评论
原始帖子的评论将显示在这里
