tweaks
This commit is contained in:
parent
252b2cafe8
commit
24efc40f9f
1 changed files with 2 additions and 2 deletions
|
|
@ -83,7 +83,7 @@
|
||||||
</Story>
|
</Story>
|
||||||
|
|
||||||
<Story name="With foregrounds">
|
<Story name="With foregrounds">
|
||||||
<Lottie src={ForegroundSample} autoplay loop speed={1.5}>
|
<Lottie src={ForegroundSample} autoplay>
|
||||||
<LottieForeground
|
<LottieForeground
|
||||||
startFrame={0}
|
startFrame={0}
|
||||||
endFrame={50}
|
endFrame={50}
|
||||||
|
|
@ -104,7 +104,7 @@
|
||||||
<LottieForeground
|
<LottieForeground
|
||||||
startFrame={50}
|
startFrame={50}
|
||||||
endFrame={100}
|
endFrame={100}
|
||||||
text="Foreground caption between frames 50 and 100."
|
text="Foreground caption between frames 50ms and 100ms."
|
||||||
position="bottom center"
|
position="bottom center"
|
||||||
backgroundColour="rgba(0, 0, 0)"
|
backgroundColour="rgba(0, 0, 0)"
|
||||||
width="wide"
|
width="wide"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue