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

101
Vistas
I don't know how to make zoom out animation for multiple photos
<div class="hero_apartment">
 <img src="img\hero_1.svg", alt="">
 <img src="img\hero_1.svg", alt="">
 <img src="img\hero_1.svg", alt="">
</div>
.hero_apartment > img{
    max-width: 100%;
    animation: zoomout 3s linear;
}
  
@keyframes zoomout {
    0% {
      transform: scale(1.3);
    }
    100% {
      transform: scale(1);
    }
}

I want to make the animation like the hero section of this website, http://igisresidencereit.com/. I know how to make zoom out animation for one photo, but I don't know how to make the animation for multiple photos. Please Help!

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