File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " @lottiefiles/vue-lottie-player " : patch
3
+ ---
4
+
5
+ removed reset if not looping
Original file line number Diff line number Diff line change 14
14
:player-size =" options.playerSize"
15
15
:player-controls =" true"
16
16
:showColorPicker =" true"
17
- :loop =" true "
17
+ :loop =" false "
18
18
:speed =" 3"
19
19
:autoplay =" true"
20
20
mode =" normal"
Original file line number Diff line number Diff line change @@ -179,12 +179,6 @@ export default {
179
179
this .loading = false ;
180
180
}.bind (this )
181
181
);
182
- this .player .addEventListener (
183
- " complete" ,
184
- function () {
185
- this .stop ();
186
- }.bind (this )
187
- );
188
182
this .options .backgroundColor = this .backgroundColor ;
189
183
this .options .speed = this .speed ;
190
184
this .options .loop = this .loop ;
You can’t perform that action at this time.
0 commit comments