I've worked on apps with really cute custom spinners. They can add a distinct vibe for the app.
It's a high risk strategy though. If any part of your system starts running slowly, users develop ban associations with the spinner. I prefer default spinner designs these days.
miniblog.
Related Posts
Today I learnt about the redisplay function in Emacs lisp!
This function allows Emacs to redraw the GUI. It's really useful when you're doing computation in a loop, and essential if you're using spinner.el.