Pathgather / please-wait

A simple library to show your users a beautiful splash page while your application loads.
http://pathgather.github.io/please-wait/
MIT License
1.59k stars 155 forks source link

Cleanup how we add/remove classnames to elements #11

Closed NevilleS closed 9 years ago

NevilleS commented 9 years ago

We don't want to rely on jQuery here, so the nice addClass methods are out. However, we can leverage classList if it is defined to cleanly add & remove classes (and fallback to className manipulations otherwise).

Closes #10