JWAutumn / ACarousel

A carousel view for SwiftUI | SwiftUI 旋转木马效果
MIT License
381 stars 78 forks source link

Show one and half image in frame #13

Open DwightHyde opened 2 years ago

DwightHyde commented 2 years ago

I've been playing around trying to figure out how I could get a full image (image 1) and half of the next image (image 2) to show before scrolling completely over to see image 2? Hope that made sense?

DwightHyde commented 2 years ago

I'm attempting to create something like this: Example

khawarappsgenii commented 1 year ago

Any luck in implementing above scenario? @DwightHyde

milesscherrer commented 1 year ago

Trying to do the same, the README demo shows this but I cannot get it to work?

DwightHyde commented 1 year ago

We ended up writing our own carousel code.