Page 516 - 완) I MDP 프로젝트 작품 보고서(전체과 1학년)1.6
P. 516
-ms-transition-property: -ms-transform,left,top;
-ms-transition-duration: 0s;
-ms-transform: translate3d(0px,0,0);
-ms-transition-timing-function: ease;
transition-property: transform,left,top;
transition-duration: 0s;
transform: translate3d(0px,0,0);
transition-timing-function: ease;
}
.swiper-free-mode>.swiper-wrapper {
-webkit-transition-timing-function: ease-out;
-moz-transition-timing-function: ease-out;
-ms-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out;
margin: 0 auto;
}
.swiper-slide {float: left;}
.swiper-slide img {width:100%;}
.swiper-wp8-horizontal {-ms-touch-action: pan-y;}
.swiper-wp8-vertical {-ms-touch-action: pan-x;}
.swiper-container {border-bottom:1px solid #b8b8b8;}
.swiper-slide-active {}
.swiper-slide-visible {}
.swiper-pagination-switch {}
.swiper-active-switch {}
.swiper-visible-switch {}
.swiper-container{position:relative;width:100%;background:#fff;}
.pagination{position:relative;padding:12px 0;z-index:20;left:0;width:100%;text-align:center;}
.swiper-pagination-switch{display:inline-block;width:8px;height:8px;border-radius:8px;back
ground:#222;margin-right:5px;opacity:0.8;border:1px solid #fff;cursor:pointer;}
.swiper-visible-switch{background:#aaa;}
.swiper-active-switch{background:#c24704;}
- 509 -