sfx time
Browse files
Remotion-app/src/HelloWorld/SfxStream.jsx
CHANGED
@@ -12,7 +12,7 @@ export default function SfxStream() {
|
|
12 |
<TransitionSeries.Sequence
|
13 |
key={index}
|
14 |
from={fps * entry.start}
|
15 |
-
durationInFrames={
|
16 |
>
|
17 |
<Audio
|
18 |
volume={entry.props.volume}
|
|
|
12 |
<TransitionSeries.Sequence
|
13 |
key={index}
|
14 |
from={fps * entry.start}
|
15 |
+
durationInFrames={30}
|
16 |
>
|
17 |
<Audio
|
18 |
volume={entry.props.volume}
|