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
{{ message }}
This repository was archived by the owner on Sep 17, 2025. It is now read-only.
Add more transitions effects to the library like flip and cube
Examples
The Swiper library has some demos of different transitions.
How to start
The transitions are all being done via CSS, and currently the src/components/internal/hooks/useSlideStyle.ts is the file responsible for handling the transition styles.
Feature
Add more transitions effects to the library like flip and cube
Examples
The Swiper library has some demos of different transitions.
How to start
The transitions are all being done via CSS, and currently the
src/components/internal/hooks/useSlideStyle.tsis the file responsible for handling the transition styles.