Ask HN: Add falling snowflakes without slowing down page?
Most of the examples and tutorials I can find are pretty dated, very sluggish, and can lock up the page/browser, especially with a lot of tabs open.
What's the best performing way to add simple snow falling animations without significantly affecting page performance? (CSS3 Animations maybe?)
Also, is there a way to do it that is accessible, ie, doesn't trigger seizures as indicated in this article I came across?
http://wptavern.com/warning-wordpress-coms-falling-snow-feature-can-make-your-site-inaccessible
I feel like leaving making it opt-in (by providing a button) would take take care of the issue. There's something nice about being pleasantly surprised by the snow effect when browsing that's appealing, but not if it's going to trigger seizures >_<
I also realize that not everyone would welcome falling snow, so perhaps opt-in really is the only way to go.
Thanks HN!
1 comment
[ 2.1 ms ] story [ 13.8 ms ] threadBut I'll have to add start and stop buttons with javascript to toggle the classes on and off.