Skip to content

Commit 61c7056

Browse files
committed
Readme Update
1 parent 8d88394 commit 61c7056

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ the `SlideContainer` class also has public `nextSlide` and `previousSlide` funct
6464

6565
the `<Slides:SlideContainer>` element also has a property called `loop` which is a boolean value and if set to true will cause the slide to be an endless loop. The suggested use case would be for a Image Carousel or something of that nature.
6666

67-
the `<Slides:SlideContainer>` element also has a property called `interval` which is a integer value and the value is in milliseconds. The suggested use case would be for a Image Carousel or something of that nature which can change the image for every fixed intervals. In unloaded function call page.getViewById("your_id").stopSlideshow() to unregister it (your_id is the id given to `<Slides:SlideContainer>`).
67+
the `<Slides:SlideContainer>` element also has a property called `interval` which is a integer value and the value is in milliseconds. The suggested use case would be for a Image Carousel or something of that nature which can change the image for every fixed intervals. In unloaded function call `page.getViewById("your_id").stopSlideshow()` to unregister it (your_id is the id given to `<Slides:SlideContainer>`), it can be restarted with `startSlidShow`.
6868

6969
#### Android Optional Attribute
7070
- `AndroidTransparentStatusBar`: boolean - If true, the Android status bar will be transparent on devices that support it. Typically this is API >=21 (Lollipop).
@@ -118,8 +118,13 @@ to
118118
_please note this will change the panning gesture for your entire project._
119119

120120

121-
###Special thanks to:
122-
Thanks to [Nathan Walker](https://github.com/NathanWalker) for setting up the {N} plugin seed that I used to help get this plugin up and running. More info can be found about it here:
121+
###Thanks to these awesome contributors!
122+
123+
[Brad Martin](https://github.com/bradmartin)
124+
125+
[Obsessive Inc/Abhijith Reddy](https://github.com/Obsessive)
126+
127+
And thanks to [Nathan Walker](https://github.com/NathanWalker) for setting up the {N} plugin seed that was used to help get this plugin up and running. More info can be found about it here:
123128
https://github.com/NathanWalker/nativescript-plugin-seed
124129

125130
##License

0 commit comments

Comments
 (0)