Skip to content

Commit baf55cd

Browse files
author
Dave Coffin
committed
fixed docs
1 parent 49c8c9c commit baf55cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Place your animations files in your `app/App_Resources/iOS/` folder.
129129

130130
| Method | Return | Parameters | Description |
131131
| ----------------- | --------- | ---------- | -------------------------------------------------------- |
132-
| `startAnimation` | `void` | None | Starts the animation for the LottieView instance. |
132+
| `playAnimation` | `void` | None | Plays the animation for the LottieView instance. |
133133
| `cancelAnimation` | `void` | None | Pauses the animation for the LottieView instance. |
134134
| `isAnimating` | `boolean` | None | Returns true if the LottieView is animating, else false. |
135135

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-lottie",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "NativeScript plugin to expose AirBnB Lottie library",
55
"main": "nativescript-lottie",
66
"typings": "index.d.ts",

0 commit comments

Comments
 (0)