How to build a custom clip path transition? #4468
Answered
by
linonetwo
xavierfoucrier
asked this question in
Q&A
-
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.
Answered by
linonetwo
Jun 2, 2021
Replies: 2 comments 4 replies
-
@nolimits4web up. Thanks 😉 |
Beta Was this translation helpful? Give feedback.
0 replies
-
You can write a custom plugin, assign custom css in setTranslate(), see existed plugin for example |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
xavierfoucrier
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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