kittsville / GifSound-2

Abandoned remake of gifsound.com with modular media plugins and no server-side code
https://sci1.uk/GifSound-2/
GNU General Public License v2.0
4 stars 1 forks source link

Add spinner/ready show/hide methods #13

Closed kittsville closed 8 years ago

kittsville commented 8 years ago

Objects currently mess with GifSound's properties directly to show or hide elements, rather than going through methods. Going through methods would allow for the current shown/hidden state to be stored as booleans and thus be checked before interacting with the DOM.

kittsville commented 8 years ago

Given the properties were implemented as part of #4 I'll defer implementation to that thread.