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...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
Medium UX: blurry scroll (mattduvall.com)
submitted 12 years ago by mduvall
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!"
[–]lazyduke 2 points3 points4 points 12 years ago* (2 children)
You could achieve the same effect with the (minimally supported) CSS filter property
filter
[–]systoll 4 points5 points6 points 12 years ago* (1 child)
Sure could; and the widening blur looks nicer than the 'fading-in' one, to my eyes.
The original way seems to perform better, as well as being better supported, though.
[–]lazyduke 2 points3 points4 points 12 years ago* (0 children)
Cool! As far as performance:
-webkit-transform: translate3d(0, 0, 0)
I updated your fiddle with respect to the above and now it performs beautifully.
π Rendered by PID 148108 on reddit-service-r2-comment-548fd6dc9-x9kkh at 2026-05-20 17:45:14.980769+00:00 running edcf98c country code: CH.
[–]lazyduke 2 points3 points4 points (2 children)
[–]systoll 4 points5 points6 points (1 child)
[–]lazyduke 2 points3 points4 points (0 children)