A bonafide CSS trick from Will Boyd!
- Force all the content of an element to be selected when clicked with
user-select: all;
- If you click a second time, let the user select just parts of the text as normal.
- Second click? Well, it’s a trick. You’re really using a time-delayed
forwards
-ending@keyframes
animation when the element is in:focus
to change it touser-select: text;
Will’s article has a bunch of more useful information and use-cases for user-select
.
Direct Link to Article — Permalink
The post Click Once, Select All; Click Again, Select Normally appeared first on CSS-Tricks.
from CSS-Tricks https://ift.tt/2yPPyGg
via IFTTT
No comments:
Post a Comment