Skip to content

Commit d9e8f1d

Browse files
fix: marker prop for dotlottie-wc (#631)
1 parent 7b0367c commit d9e8f1d

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.changeset/thick-doors-push.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@lottiefiles/dotlottie-wc': patch
3+
---
4+
5+
fixed marker prop

packages/wc/src/base-dotlottie-wc.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ export abstract class BaseDotLottieWC<T extends DotLottie | DotLottieWorker> ext
8585
autoplay: this.autoplay,
8686
speed: this.speed,
8787
segment: this.segment,
88+
marker: this.marker,
8889
mode: this.mode,
8990
renderConfig: this.renderConfig,
9091
useFrameInterpolation: this.useFrameInterpolation,
@@ -184,6 +185,7 @@ export abstract class BaseDotLottieWC<T extends DotLottie | DotLottieWorker> ext
184185
autoplay: this.autoplay,
185186
speed: this.speed,
186187
segment: this.segment,
188+
marker: this.marker,
187189
mode: this.mode,
188190
renderConfig: this.renderConfig,
189191
useFrameInterpolation: this.useFrameInterpolation,
@@ -201,6 +203,7 @@ export abstract class BaseDotLottieWC<T extends DotLottie | DotLottieWorker> ext
201203
autoplay: this.autoplay,
202204
speed: this.speed,
203205
segment: this.segment,
206+
marker: this.marker,
204207
mode: this.mode,
205208
renderConfig: this.renderConfig,
206209
useFrameInterpolation: this.useFrameInterpolation,

0 commit comments

Comments
 (0)