Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: album grid v1 #70

Open
3 of 5 tasks
cdtinney opened this issue Mar 4, 2019 · 0 comments
Open
3 of 5 tasks

feat: album grid v1 #70

cdtinney opened this issue Mar 4, 2019 · 0 comments
Assignees
Milestone

Comments

@cdtinney
Copy link
Owner

cdtinney commented Mar 4, 2019

The original intended background album grid design should be implemented.

Features:

  • Content window is full of albums (i.e. no blank space)
  • Album covers fade in/out
  • Albums randomly change at X second intervals
  • No margins/gaps between rows
  • WBN: scrolling on mobile

More details:

  • Partition all albums into 2D arrays based on window size
    • At least 8 albums per row
  • Render each row
    • Alternate directions on odd/even rows
  • Every X seconds (random within a certain range), replace an album in each row
    • This can be done
@cdtinney cdtinney added this to the MVP milestone Mar 4, 2019
@cdtinney cdtinney self-assigned this Mar 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant