简体   繁体   English

离子3离子作为叠卡效应滑动

[英]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/ 关于Simon如何实现类似的UI,这里有一个很好的指南: https//devdactic.com/ionic-2-tinder-cards/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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