Skip to content

Commit 4d3621f

Browse files
author
Zach Gibson
committed
Update README
1 parent 90e2f23 commit 4d3621f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ __Features__
99
- __Flexible.__ Pass your own Animated.Value and use that value for both ParallaxSwiper and your own UI.
1010
- __Performant.__ Leverages useNativeDriver for 60FPS and no latency.
1111
- __Cross-platform.__ Implement your parallax on both iOS and Android.
12+
- __Progress Bar.__ Horizontal or vertical progress bar.
1213

1314
![Twitter Moments Demo](https://user-images.githubusercontent.com/10658888/30244667-636cfc0e-9588-11e7-9805-3a0c5649ab4b.gif)
1415
![Vevo Demo](https://user-images.githubusercontent.com/10658888/30244668-66164c3a-9588-11e7-9cfa-c0c5dc29090c.gif)
@@ -79,6 +80,10 @@ constructor() {
7980
| __`showsHorizontalScrollIndicator`__ | _Boolean_ | `false` | When true, shows a horizontal scroll indicator. The default value is false. |
8081
| __`showsVerticalScrollIndicator`__ | _Boolean_ | `false` | When true, shows a vertical scroll indicator. The default value is false. |
8182
| __`children`__ | _React component (ParallaxSwiperPage)_ | `N/A` | Each top-level ParallaxSwiperPage child. |
83+
| __`showProgressBar`__ | _Boolean_ | false | When true, a progress bar will render on bottom for horizontal and left on vertical. |
84+
| __`progressBarThickness`__ | _Number_ | 4 | Thickness translates to height for horizontal and width for vertical progress bar. |
85+
| __`progressBarBackgroundColor`__ | _String_ | 'rgba(255,255,255,0.25)' | Background color of progress bar background. |
86+
| __`progressBarValueBackgroundColor`__ | _String_ | 'white' | Background color of progress bar value background. |
8287

8388
## ParallaxSwiperPage Props
8489
| Prop | Type | Default | Description |

0 commit comments

Comments
 (0)