CSS/JQuery powered sideways scrolling text on hover

后端 未结 6 1394
醉话见心
醉话见心 2021-02-06 04:03

I have a twitter feed on a website I run. However, it gets cut off on small screens. I have a bar tall enough for 1 line of text in which I have the latest tweet. I want the twe

6条回答
  •  别跟我提以往
    2021-02-06 04:55

    At last, here's my entry: http://jsfiddle.net/sdleihssirhc/AYYQe/3/

    Cool stuff:

    1. Library agnostic
    2. Uses scrollLeft instead of absolute positioning, so it's smoother and faster
    3. Uses text-overflow:ellipsis instead of adding any DOM elements

提交回复
热议问题