“Gradiente de fondo de transición” Código de respuesta

Gradiente de fondo de transición

In CSS, you can't transition a background gradient. It jumps from one gradient to the other immediately, with no smooth transition between the two. He documents a clever tactic of positioning a pseudo element covering the element with a different background and transitioning the opacity of that pseudo element.
Thoughtless Turtle

HTML CSS Background-Gradiente lineal

#background {
  background-image: linear-gradient(to left, #4B2C4C , #151F28);
}
Dayanaohhnana

Respuestas similares a “Gradiente de fondo de transición”

Preguntas similares a “Gradiente de fondo de transición”

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código