In a great twist of web compat fate, this exact set of properties now actually works to do multiple-line truncation in a fairly well supported way.
css-tricks.com/almanac/proper…
Is this JavaScript watching the size and inserting burgers?
codepen.io/thewizardjs/pe…
NOPE! It's CSS's `background-repeat: round;` repeating as it has the space to.
Cool demo, @TheWizardJS
The ultimate guide to proper use of animation in UX :: uxdesign.cc/the-ultimate-g…
(The animations in this article are quite the masterclass in explaining concepts!)
For all the end-of-year lists coming... before you give up and do:
<p>10. </p>
<p>9. </p>
Remember you can do:
<ol reversed>
<li>Highest number in list</li>
<li>Second highest</li>
<li>etc...
Animate CSS Grid: github.com/aholachek/anim…
> This small script makes it easy to make sure your CSS grid transitions gracefully from one state to another.
(Using FLIP!)