alterm4nn / ChronoZoom

ChronoZoom is an interactive timeline for all of history.
http://www.chronozoom.com
160 stars 127 forks source link

CleanCode: Extensive usage of javascript 'settings' file to contain CSS-like styling information #63

Closed JayBeavers closed 11 years ago

JayBeavers commented 11 years ago

Quite a bit of data that is normally set and applied using CSS is being carried around in javascript from the cz.settings.js file. Should move this into css styles instead.

M3tan3rd commented 11 years ago

Javier and I spoke about the possibility of an enhancement to create a JavaScript API that fetches style from CSS classes to apply to canvas drawing.