Skip to content

Commit cbde0d4

Browse files
committed
Add a file, Update README.md
1 parent 871e420 commit cbde0d4

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Markdown/ScrollerExample.gif

33.3 MB
Loading

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ You can animate in individual views based on scroll position. Developed with Swi
1010

1111
## Screenshot
1212
<img src="Markdown/Scroller.gif">
13+
<img src="Markdown/ScrollerExample.gif">
1314

1415
## Usages
1516
1. Scroller
@@ -28,8 +29,7 @@ You can animate in individual views based on scroll position. Developed with Swi
2829
}
2930
```
3031

31-
32-
3. Each view only needs to conform to the ScrollerContent protocol.
32+
2. Each view only needs to conform to the ScrollerContent protocol.
3333
```swift
3434
struct ScrollerVContent: ScrollerContent {
3535

@@ -49,6 +49,9 @@ You can animate in individual views based on scroll position. Developed with Swi
4949
}
5050
}
5151
```
52+
53+
## Example
54+
[https://fabulaapp.page.link/222](https://fabulaapp.page.link/222)
5255

5356
## Contact
5457
instagram : [@dev.fabula](https://www.instagram.com/dev.fabula)

0 commit comments

Comments
 (0)