简体   繁体   中英

ionic3 ion slides as stack cards effect

Im using ionic . ion slides

<ion-slides pager>

  <ion-slide style="background-color: green">
    <h2>Slide 1</h2>
  </ion-slide>

  <ion-slide style="background-color: blue">
    <h2>Slide 2</h2>
  </ion-slide>

  <ion-slide style="background-color: red">
    <h2>Slide 3</h2>
  </ion-slide>

</ion-slides>

i want something like this effect i added

.swiper-slide{
position:absolute;
}

but no success . Actually i'm not getting any clue . how i to proceed with this

在此输入图像描述

Just in case someone finds this question. There is a good guide here on how similar UI can be achieved by Simon: https://devdactic.com/ionic-2-tinder-cards/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM