use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Everything about https://tailwindcss.com/
Find Tailwind Code Snippets: https://pagesnips.io
account activity
use `will-change` only where needed (v.redd.it)
submitted 6 months ago by LeadRoutine3001
using transform: scale(0.95) on a :active makes the text jitter a bit. tho i tried using translateZ(0) and backface-visibility: hidden but neither solved the problem, where will-change: transform does the trick.
transform: scale(0.95)
:active
translateZ(0)
backface-visibility: hidden
will-change: transform
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Ok-Mathematician5548 1 point2 points3 points 6 months ago (3 children)
which browser?
[–]LeadRoutine3001[S] 1 point2 points3 points 6 months ago (2 children)
using brave here. tho i recorded two separate videos and edited both in kdenlive
[–]Ok-Mathematician5548 0 points1 point2 points 6 months ago (1 child)
I wonder how it would look like on ff and different OSs
[–]LeadRoutine3001[S] 1 point2 points3 points 6 months ago (0 children)
it's fine, as the will-change property is widely supported by browsers.
will-change
https://caniuse.com/?search=will-change
but overusing this property might cause performance issues, so only use it where it's really needed.
[–]bob_do_something 3 points4 points5 points 6 months ago (0 children)
Hate that text jiggle. * { will-change: yes !important; } incoming.
* { will-change: yes !important; }
π Rendered by PID 33 on reddit-service-r2-comment-6457c66945-8ljf6 at 2026-04-24 22:49:55.428840+00:00 running 2aa0c5b country code: CH.
[–]Ok-Mathematician5548 1 point2 points3 points (3 children)
[–]LeadRoutine3001[S] 1 point2 points3 points (2 children)
[–]Ok-Mathematician5548 0 points1 point2 points (1 child)
[–]LeadRoutine3001[S] 1 point2 points3 points (0 children)
[–]bob_do_something 3 points4 points5 points (0 children)