Blame view

node_modules/swiper/modules/effect-creative.less 151 Bytes
7820380e   “wangming”   1
1
2
3
4
5
6
7
  .swiper-creative {
    .swiper-slide {
      backface-visibility: hidden;
      overflow: hidden;
      transition-property: transform, opacity, height;
    }
  }