Advertisement
oscarviedma

Integrar swiperjs ejercicio Swipe Effect Cards

Aug 26th, 2021
492
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. <link rel="stylesheet" href="https://unpkg.com/swiper/swiper-bundle.min.css"/>
  2. <script src="https://unpkg.com/swiper/swiper-bundle.min.js"></script>
  3.  
  4. <script>
  5. var swiper = new Swiper(".swiperCards", {
  6. effect: "cards",
  7. grabCursor: true,
  8. });
  9. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement