我正在使用ngx- Swiper -wrapper,还没有找到Cube,Coverflow和Flip的效果,它们在原始的Swiper中令人惊叹。有人设法找到他们了吗?它们是ngx-swipper-wrapper的一部分吗?
ngx-swipper-wrapper:https://github.com/zefoy/ngx-swiper-wrapper
我正在寻找的效果在这里演示:http://idangero.us/swiper/demos/
谢谢!
发布于 2018-03-27 21:27:23
我好像找到了!结帐:
//效果
fadeEffect?: SwiperFadeEffectInterface,
flipEffect?: SwiperFlipEffectInterface,
cubeEffect?: SwiperCubeEffectInterface,
coverflowEffect?: SwiperCoverflowEffectInterface,https://github.com/zefoy/ngx-swiper-wrapper/blob/master/src/lib/swiper.interfaces.ts
https://stackoverflow.com/questions/49504876
复制相似问题