You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i need such behavor : when user swiping carousel then pushes to box - box open, now it is not working
Expected Behavior
My respect to you,
and i have a problem, when I came across a non -trivial task of performing some functionality on an already made site, where 3D boxes with reactions to the user’s actions should spin, my head visited the idea to combine the "Spline" and "Swiper" (on the React), everything works well except the moment when I put SwiperSlide inside which the SPLINE element is built -in and Subsequently, the spline object stops responding to the user’s actions, but it works when scrolling page even to the pixel. Below I give a demo where you can see the bold idea that I have realized by neither the laws of physics or and ethical norms:
Check that this is really a bug
Reproduction link
https://aboriginal-railway.surge.sh/
Bug description
code examples of my tries to solve:
<SwiperSlide className='swiper_slide'> <div id="first_slide"> <Spline className='spline_slide' scene={t("design_url")}/> <h2 className='swiper_title'>{t("Design")}</h2> </div> </SwiperSlide> <SwiperSlide className='swiper_slide'> <div className='h-[100%] w-[100%]'> <Spline className='spline_slide' scene={t("ad_url")}/> </div> <h2 className='swiper_title'>{t("Advertising")}</h2> </SwiperSlide> <SwiperSlide className='swiper_slide'> <Spline className='spline_slide' scene={t("dev_url")}/> <h2 className='swiper_title'>{t("Development")}</h2> </SwiperSlide>
i need such behavor : when user swiping carousel then pushes to box - box open, now it is not working
Expected Behavior
My respect to you,
and i have a problem, when I came across a non -trivial task of performing some functionality on an already made site, where 3D boxes with reactions to the user’s actions should spin, my head visited the idea to combine the "Spline" and "Swiper" (on the React), everything works well except the moment when I put SwiperSlide inside which the SPLINE element is built -in and Subsequently, the spline object stops responding to the user’s actions, but it works when scrolling page even to the pixel. Below I give a demo where you can see the bold idea that I have realized by neither the laws of physics or and ethical norms:
Actual Behavior
No response
Swiper version
"swiper": "^11.1.10",
Platform/Target and Browser Versions
Linux Fedora 40
Validations
Would you like to open a PR for this bug?
The text was updated successfully, but these errors were encountered: