I updated my website for the first time in a while, and added user input to set the number of shakers. Apparently, .cf domains are free, so I also got alexhirschberg.cf, which currently just redirects to that shakers page.
One problem with how the shakers are implemented now is that the shakers are fully regenerated each time the canvases update position on the page (which is different than the images 'shaking', that part is optimized well), which removes all the shaker canvases from the DOM and recreates them. This is very resource intensive with higher canvases (~150+), so that there is noticeable flashing while the browser recreates them. Once you get up to 1000, there is less shaking and more just flashing because of how badly optimized the regeneration is. I'll have to work on that when I have free time.
Where is the user input? I don't see it.
ReplyDeleteThe desired shakers box. Type a number and hit apply to generate that amount of shakers. It wasn't designed for that though, so it's really badly optimized
Delete