CSS,  JavaScript

CSS + swiper.js: 3D Responsive Slider

最近看到YouTube的影片是製作一個3D Responsive Slider 2的效果,裡面直接使用swiper.js + CSS,呈現出來感覺很不錯就試試看了。

基本上用官方程式範例先做個記錄,以後或許會加到網站中XD

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
    <link rel="stylesheet" href="https://unpkg.com/swiper/swiper-bundle.min.css" />
    <link rel="stylesheet" type="text/css" href="styles.css">

</head>
<body>
    <!-- Power by https://swiperjs.com/demos#effect-coverflow -->

    <!-- Swiper -->
    <div class="swiper-container mySwiper">
      <div class="swiper-wrapper">
        <div class="swiper-slide">
            <a href="#"><img src="https://swiperjs.com/demos/images/nature-1.jpg" /></a>
        </div>
        <div class="swiper-slide">
            <a href="#"><img src="https://swiperjs.com/demos/images/nature-2.jpg" /></a>
        </div>
        <div class="swiper-slide">
          <a href="#"><img src="https://swiperjs.com/demos/images/nature-3.jpg" /></a>
        </div>
        <div class="swiper-slide">
            <a href="#"><img src="https://swiperjs.com/demos/images/nature-4.jpg" /></a>
        </div>
      </div>
      <div class="swiper-pagination"></div>
    </div>

    <!-- Swiper JS -->
    <script src="https://unpkg.com/swiper/swiper-bundle.min.js"></script>

    <!-- Initialize Swiper -->
    <script>
      var swiper = new Swiper(".mySwiper", {
        effect: "coverflow",
        grabCursor: true,
        centeredSlides: true,
        slidesPerView: "auto",
        coverflowEffect: {
          rotate: 50,
          stretch: 0,
          depth: 100,
          modifier: 1,
          slideShadows: true,
        },
        pagination: {
          el: ".swiper-pagination",
        },
        loop: true,
        autuplay: {
            delay: 100,
            disableOnInteraction: false,
        }
      });
    </script>
</body>
</html>
* {
    margin: 0;
    padding: 0;
}

html,
body {
  position: relative;
  height: 100%;
}

body {
    background: #111;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

.swiper-container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 300px;
}

  .swiper-slide img {
    display: block;
    width: 100%;
}

Refer

1,405 則留言

  • ggcqcxmcw

    Pragmatic Dragon Tiger, like Evolution Dragon Tiger, pays Ties at 11:1 and 50:1 for suited ties. Live Dragon Tiger by Evolution is filmed in studios around Europe but it is mostly done in their studio in Riga, Latvia. The dealers conducting this game are highly skilled in maintaining a balance between bet times and maximizing gameplay. Dragon Tiger Slots – Up Down provides a refreshing twist on traditional card games with the addition of slot machine elements. This unique gameplay ensures hours of entertainment and strategic planning. Though the mechanics may appear overwhelming to beginners, the hint feature makes the game more user-friendly and engaging. Pragmatic Dragon Tiger, like Evolution Dragon Tiger, pays Ties at 11:1 and 50:1 for suited ties. Ezugi Dragon Tiger includes a live betting statistics and an attractive bead road, to assist players looking to predict the outcome of future rounds.
    https://biocromectnow1988.cavandoragh.org/ccrim-org-pk
    In today’s article, we have provided you with information about all the earning features available in the Okwin app. Okwin Game Login is easy and straightforward. Here’s a step-by-step guide for a smooth Ok win app login: Unlock App Performance  4: Become An Agent Of The Okwin App: Whether you prefer a colour game online betting platform or a color coding game earn money model, the world of color prediction online has something for everyone. By choosing the right platform and understanding the basics, players can turn prediction games into a rewarding hobby. Explore apps and sites offering a combination of entertainment and financial rewards and start winning at color prediction today. You can go the respective games website and colour trading app download and play as per your interest but need to check the authenticity of the website.

留下一個回覆

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *