You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This component would display a list of cards side by side, centered vertically when not taking up the whole screen.
This component can be used for displaying the cards in our hand, the cards in play under our control, and the cards in play under the opponent's control.
There should be some kind of effect when hovering a card (glow around the border, slight zoom), and a click on a card would expand the card detail (just a smaller version of the card picture is displayed in this "drawer"). Probably a good idea to include attack and defense for the creatures too.
If there are too many cards to display in the space available, there should be arrows icons on the left and right of the drawer to enable scrolling. If at all possible, keeping the arrow clicked should smooth scroll through the cards in the desired direction (to be tested for feel). We should also enable the mouse wheel to scroll in the selected area, maybe the arrow keys also (though maybe we should reserve this for keyboard card navigation?). Ideally, drag and drop in empty spaces should also enable us to to pan the drawer.
The text was updated successfully, but these errors were encountered:
This component would display a list of cards side by side, centered vertically when not taking up the whole screen.
This component can be used for displaying the cards in our hand, the cards in play under our control, and the cards in play under the opponent's control.
There should be some kind of effect when hovering a card (glow around the border, slight zoom), and a click on a card would expand the card detail (just a smaller version of the card picture is displayed in this "drawer"). Probably a good idea to include attack and defense for the creatures too.
If there are too many cards to display in the space available, there should be arrows icons on the left and right of the drawer to enable scrolling. If at all possible, keeping the arrow clicked should smooth scroll through the cards in the desired direction (to be tested for feel). We should also enable the mouse wheel to scroll in the selected area, maybe the arrow keys also (though maybe we should reserve this for keyboard card navigation?). Ideally, drag and drop in empty spaces should also enable us to to pan the drawer.
The text was updated successfully, but these errors were encountered: