Picked up Javascript today, decided on usinghttp://raphaeljs.com/for what I want to do.
I'm currently trying to create a glowing rectangle that I can animate. Raphael uses some glow implementation that adds a stroke to a path. This is great but it's unanimatable. I've got a workaround where I...