File tree Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Original file line number Diff line number Diff line change 1
1
## LottiePlayer Vue Component
2
2
3
- This is a Vue component for the Lottie Web Player
3
+ This is a Vue component for the Lottie Web Player. This library is a vue wrapper around the LottieFiles Lottie Web Player
4
4
5
5
## Documentation
6
6
@@ -95,22 +95,6 @@ Add the element `lottie-vue-player` and set the `src` prop to a URL pointing to
95
95
| ` speed ` | Animation speed. | ` number ` | ` 1 ` |
96
96
| ` style ` | The style for the container. | ` object ` | ` undefined ` |
97
97
| ` src ` _ (required)_ | Bodymovin JSON data or URL to JSON. | ` object ` | ` string ` | ` undefined ` |
98
- ## Events
99
-
100
- The following events are exposed and can be listened to via ` addEventListener ` calls.
101
-
102
- | Name | Description |
103
- | ---------- | ------------------------------------------------------------------------- |
104
- | ` load ` | Animation data is loaded. |
105
- | ` error ` | An animation source cannot be parsed, fails to load or has format errors. |
106
- | ` ready ` | Animation data is loaded and player is ready. |
107
- | ` play ` | Animation starts playing. |
108
- | ` pause ` | Animation is paused. |
109
- | ` stop ` | Animation is stopped. |
110
- | ` freeze ` | Animation is paused due to player being invisible. |
111
- | ` loop ` | An animation loop is completed. |
112
- | ` complete ` | Animation is complete (all loops completed). |
113
- | ` frame ` | A new frame is entered. |
114
98
115
99
## Methods
116
100
You can’t perform that action at this time.
0 commit comments