Relative Content

Tag Archive for css-transitionscss-gradients

Gradient background transitioning animations not working with react-router

I am working on a hobby project.
I have a gradient background, and trying to create an animation whenever I switch between routes. For example, if I have background-color: linear-gradient(green, red) in the login page, and background-color: linear-gradient(blue, yellow) on the home page, the colors do change, but immediately – there is no animated transition.