motionbank / score-system-frontend

Backbone.js based single app frontend for our score websites.
1 stars 1 forks source link

Allow for cells to overlap and be transparent #1

Closed fjenett closed 10 years ago

fjenett commented 11 years ago

OSU request to allow for cells to overlap (would mean sorting by "depth" too) and making them transparent (possibly more).

fjenett commented 11 years ago

Transparency is covered by the new system of being able to extend the core. You can add your own style / CSS that way and that allows for transparent cells / sets / ...

fjenett commented 10 years ago

Depth sorting can be done with a "css-z-index" field on cells:

Cell-1 [css-z-index=100] Cell-2 [css-z-index=99]

Cell-2 will be behind Cell-1 ...

fjenett commented 10 years ago

... overlapping is supported by the new backend.