Simple way to add line clamping to text. In browsers that support it, -webkit-line-clamp will be used. For those that don't, it will be faded out.
A Pen by liamsnowdon on CodePen.
Simple way to add line clamping to text. In browsers that support it, -webkit-line-clamp will be used. For those that don't, it will be faded out.
A Pen by liamsnowdon on CodePen.
| const DefinitelyNotCheats = (function () { | |
| return { | |
| bigCookieAutoClickerInterval: null, | |
| goldenCookieAutoClickerInterval: null, | |
| initAutoClickers () { | |
| this.initBigCookieAutoClicker(); | |
| this.initGoldenCookieAutoClicker(); | |
| }, |
| Vue.js 9 hrs 57 mins βββββββββββββββββββββ 80.4% | |
| TypeScript 2 hrs 2 mins βββββββββββββββββββββ 16.5% | |
| Image (... 11 mins βββββββββββββββββββββ 1.6% | |
| JSON 11 mins βββββββββββββββββββββ 1.5% |