younth / react-swipes

:fire: 基于React的移动端卡片滑动组件
MIT License
185 stars 40 forks source link

卡片滑动过程想实现类似上面的缩放效果实现 #17

Open xintaoLi opened 6 years ago

xintaoLi commented 6 years ago

卡片滑动过程想实现类似上面的缩放效果,目前需要在 swTouchmove swTouchend 钩子里面自己去实现,后面会把这个效果做到组件里面去,开发者选择是否开启。

这个用css样式实现就好了啊,在当前选中的Item上面加一个样式

transform: scale(1.2);

搞定

image

younth commented 6 years ago

@xintaoLi 我自己的业务里面是有的,没有整理出来....等周末我搞下。。

ddxm1994 commented 5 years ago

@younth 您好!现在这个缩放问题,集成到组件里面了吗?