How to build a custom clip path transition? #4468
-
Hello everyone! Pretty new to use SwiperJS in my projects, it is a great slider and well tree-shakeable with webpack. I am trying to build a custom "clip path" transition, but looks like there is no documentation about how to achieve custom transitions. What I am trying to achieve is:
Thanks a lot for your feedback! 😉 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
@nolimits4web up. Thanks 😉 |
Beta Was this translation helpful? Give feedback.
-
You can write a custom plugin, assign custom css in setTranslate(), see existed plugin for example |
Beta Was this translation helpful? Give feedback.
You can write a custom plugin, assign custom css in setTranslate(), see existed plugin for example
swiper/src/components/effect-coverflow/effect-coverflow.js
Line 5 in c7327d4