Loading video...
Video Failed to Load
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 views • 2 months ago •via X (Twitter)
0 Comments
No comments available
Comments from the original post will appear here
