fedarko / MetagenomeScope

Hierarchical scaffold/assembly graph web visualization tool. As of August 9, 2017, the official repository for this has moved to MarBL! Use that repository instead :)
http://github.com/marbl/MetagenomeScope
GNU General Public License v3.0
0 stars 0 forks source link

Add option to not add opacity to disabled buttons #250

Closed fedarko closed 7 years ago

fedarko commented 7 years ago

Would prevent the buttons' opacity from changing during the file-loading / graph-drawing processes, which could potentially be a problem for photosensitive users.

Not super urgent since we added information on the animation settings to the README, but it still would be worth doing.

One of the issues in implementing something like this is that, even if the user disables this setting immediately upon loading the application, that'll still necessitate the opacity of the already-disabled buttons being changed back to no opacity. Which (in and of itself) might be bad, I guess? It's only one short flash, but it's still something. I guess a solution to this might be making the button opacity thing opt-in, but then that becomes confusing to users who don't look at the settings.

Anyway, something to consider.

fedarko commented 7 years ago

This issue was moved to marbl/metagenomeScope#70