Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

154
Vistas
React App : background with bubble animate from bottom to top

I try to display over my background "bubbles" images of bubbles, which appear randomly at the bottom of my web page and go up to the top before destroying themselves.

i have a ts file with css code :

export const Bubble2 = styled("section")`
position: absolute;
width: 100px;
height: 100px;
left: 30%;
bottom: 0;
background: #fff;
border-radius: 50%;
opacity: 0.5;
animation: flying 10s infinite ease-in;

@keyframes flying {
    0% {

        transform: translateX(0);
    }
    25% {
        transform: translateX(10%);
    }
    50% {
        transform: translateX(-20%);
    }
    100% {
        bottom: 99%;
        transform: translateX(5%);
    }
}
`;

But I can't use nth-child in this, or nothing happened when I call that...

about 4 years ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda