Skip to content

Commit ec8047f

Browse files
committed
Fixed image links
1 parent 188239a commit ec8047f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This is a cool custom transition between two or more UICollectionViewControllers with wave like cell animation.
44
Could be used in e.g. galleries.
55

6-
![anim.gif](https://github.com/CezaryKopacz/CKWaveCollectionViewTransition/anim.gif)
6+
![anim.gif](https://raw.githubusercontent.com/CezaryKopacz/CKWaveCollectionViewTransition/master/anim.gif)
77

88
Animation idea was taken from [Łukasz Frankiewicz](http://twitter.com/almetien) [Dribble project](https://dribbble.com/shots/2044312-Bits-and-pixels-Tide-Transition)
99

@@ -18,15 +18,15 @@ There are two options:
1818

1919
* In storyboard add object in your NavigationController.
2020

21-
![object.jpg](https://github.com/CezaryKopacz/CKWaveCollectionViewTransition/usage1.jpg)
21+
![object.jpg](https://raw.githubusercontent.com/CezaryKopacz/CKWaveCollectionViewTransition/master/usage1.jpg)
2222

2323
* Set it's class to NavigationControllerDelegate
2424

25-
![objectCustomClass.jpg](https://github.com/CezaryKopacz/CKWaveCollectionViewTransition/usage2.jpg)
25+
![objectCustomClass.jpg](https://raw.githubusercontent.com/CezaryKopacz/CKWaveCollectionViewTransition/master/usage2.jpg)
2626

2727
* Set NavigationController delegate to this object.
2828

29-
![navigationControllerDelegateObject.jpg](https://github.com/CezaryKopacz/CKWaveCollectionViewTransition/usage3.jpg)
29+
![navigationControllerDelegateObject.jpg](https://raw.githubusercontent.com/CezaryKopacz/CKWaveCollectionViewTransition/master/usage3.jpg)
3030

3131
or
3232

0 commit comments

Comments
 (0)