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

367
Vistas
How to do 3D panorama Swiper effect in react? and change transform properties dynamically

image

How can I implement 3D panorama Swiper effect in react? I have done this in react and I have done normal CSS animation for this slider but I don't know how dynamically change these properties

transform: translateX(-50px) translateZ(1.147px) rotateY(150deg);

 <Swiper
          effect={"coverflow"}
          grabCursor={true}
          centeredSlides={true}
          slidesPerView={window.innerWidth < 768 ? 1 : 'auto'}
          spaceBetween={10}
          loop={true}
          // slidesPerView={'auto'}
          coverflowEffect={{
            rotate: 5,
            stretch: 0,
            depth: 100,
            modifier: 1,
            slideShadows: false,
          }}
        
          pagination={false}
          modules={[EffectCoverflow, Pagination]}
          className="mySwiper"  
        >
            {workData.map((e,index)=>{
                return (
              <SwiperSlide key={index} >
                  <video className="video" width='100%' height='100%'  onMouseOver={event => event.target.play()}  onMouseOut={event => event.target.pause()} loop muted >
                              <source src={e.img} />
                                  </video>
              </SwiperSlide>
                )
            })}
        </Swiper>
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