Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

360
Views
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
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!