项目介绍:
Gemini: https://github.com/shoheiyokoyama/Gemini
What is the Gemini?Gemini is rich scroll based animation framework for iOS, written in Swift. You can easily use GeminiCollectionView, which is a subclass of UICollectionView.It enables you to make multiple animation which has various and customizable properties, and moreover can create your own custom scroll animation.Gemini also provides a fluent interface based on method chaining. you can use this intuitvely and simply.collectionView.gemini .circleRotationAnimation() .radius(400) .rotateDirection(.clockwise)