I kind of don't want to talk about it at all, but I feel I should so that I actually learn something from this.
The spinners project has been going slowly, but well. Yesterday, it started getting stuck on Mobile Safari. As in, everything just stopped animating.
Some investigation today on normal Safari on a Mac revealed that Safari just cannot handle animating a lot of stuff as well as Firefox and Chrome. I was able to get things to at least not freeze in Safari by cutting the size of the images I was using by half and reducing the number of DOM elements on the screen at a time to about 500 or less. (Both of these things were necessary to not lock up Safari.)
Still, shit was extremely choppy.
I'm probably going to have to rewrite it with canvas, which,
I guess, I should have done in the first place, despite
the benefits of SVG.
Very betrayed (by whom? I don't know) at going from almost having a project done to having to do it over.