# AnimatedCollectionViewLayout **Repository Path**: teng90/AnimatedCollectionViewLayout ## Basic Information - **Project Name**: AnimatedCollectionViewLayout - **Description**: A UICollectionViewLayout subclass that adds custom transitions/animations to the UICollectionView without effecting your existing code. - **Primary Language**: Swift - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-04-09 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # AnimatedCollectionViewLayout Normally a `UICollectionView` has no transition effects when you scroll from one item to another. There are lots of ways to write animations for UICollectionView, but using a UICollectionViewLayout subclass is by far the simplest one. And it doesn't break any of your existing code. You can still use your UICollectionView subclass and you don't need to change your UICollectionViewCell. Just plug and enjoy. 
| Parallax | ZoomInOut | RotateInOut | Cards |
|---|---|---|---|
![]() |
![]() |
![]() |
![]() |
| CrossFade | Cube | Page | |
![]() |
![]() |
![]() |