Matdweb / Jamming

This project allows you πŸ‘₯ to create and customize 🎨 playlists 🎼 and send them to your Spotify account using API technology.

Home Page:https://jamming-sooty.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create a background-change-color animation

Matdweb opened this issue Β· comments

The app should continuously change the background-color as the time passes.

Idea πŸ’‘

You should follow the idea designed in Figma. Take a look at it:
change-color-background

Important

  • You have a little bit of freedom in terms of how often the background color should change!
    Just make it look cool 😎
  • You can use the base hsl provided in Figma:

    linear-gradient(180deg, rgba(20, 255, 0, 0.00) 0%, #101211 100%);

  • The base color for when the user first comes in must be this hsla(115, 100%, 25%)
  • If you are using hsl then keep using it. DO NOT USE rgba if using hsl or dont use hex if using rgba

    basically don't mix the different ways of setting the backgrounds