You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 17, 2023. It is now read-only.
- Now you just need to conform your `UICollectionViewCell` class to `TransformableView` and start implementing your custom transforms.
114
114
115
-
*Note:* you can use [prepared transformable protocols](#prepared-transformable-protocols) instead of `TransformableView` if you don't want a custom effect!
116
-
117
-
> `progress` is a float value that represents the current position of your cell in the collection view.
118
-
> When it's `0` that means the current position of the cell is exactly in the center of your collection view.
119
-
> the value could be negative or positive and that represents the distance to the center of your collection view.
120
-
> for instance `1` means the distance between the center of the cell and the center of your collection view is equal to your collection view width.
115
+
*Note:* you can use [Prepared Transformable Protocols](#prepared-transformable-protocols) instead of `TransformableView` if you don't want a custom effect!
0 commit comments