Skip to content

Commit 441766c

Browse files
committed
updating readme for transitions and beta release version
1 parent 8b6b357 commit 441766c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ the `SlideContainer` class also has public `nextSlide` and `previousSlide` funct
7171

7272
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.
7373

74-
the `<Slides:SlideContainer>` element also has a property called `velocityScrolling` 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.
74+
the `<Slides:SlideContainer>` element also has a property called `velocityScrolling` which is a boolean value and if set to true will calculate transitions speeds based on the finger movement speed.
7575

7676
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`.
7777

@@ -86,6 +86,9 @@ the `<Slides:SlideContainer>` element also has a property called `interval` whic
8686
* Build with `npm run build`
8787
* Run and deploy to your device or emulator with `npm run demo.android` or `npm run demo.ios`
8888

89+
###Known issues
90+
91+
* There apears to be a bug with the loop resulting in bad transitions going right to left.
8992

9093
### Smoother panning on Android (For {N} v2.0.0 and below __only__).
9194

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-slides",
3-
"version": "1.1.2",
3+
"version": "1.2.0",
44
"description": "NativeScript Slides plugin.",
55
"main": "nativescript-slides.js",
66
"nativescript": {

0 commit comments

Comments
 (0)