ApplikeySolutions / VegaScroll

↕️ VegaScroll is a lightweight animation flowlayout for UICollectionView completely written in Swift 4, compatible with iOS 11 and Xcode 9.
https://applikeysolutions.com
MIT License
2.94k stars 178 forks source link

Cells moving #13

Closed antoinebell closed 6 years ago

antoinebell commented 7 years ago

When I scroll through the cells, they start doing a circular movement faster and faster after a few scrolls. See it in video here : http:/tinypic.com/r/110wzso/9

Is it normal ? I was not able to reproduce this in the Example project.

heysaik commented 6 years ago

Yeah. I've had the same problem too. Can there please be a fix for this?!

dillidon commented 6 years ago

@antbelldev @aidev1065 just comment two lines:

springBehaviour.damping = 0.8
springBehaviour.frequency = 1.0
antoinebell commented 6 years ago

@dillidon Working perfectly, thank you !