Mbonea commited on
Commit
2422561
·
1 Parent(s): 87ec163

added time

Browse files
Remotion-app/src/HelloWorld/TextStream.jsx CHANGED
@@ -40,9 +40,9 @@ export const TextStream = () => {
40
  <TransitionSeries>
41
  {transcriptData.map((entry, index) => {
42
  const duration =
43
- fps * (entry.end - entry.start) > 0.1
44
  ? fps * (entry.end - entry.start)
45
- : 0.1;
46
 
47
  return (
48
  <TransitionSeries.Sequence
 
40
  <TransitionSeries>
41
  {transcriptData.map((entry, index) => {
42
  const duration =
43
+ fps * (entry.end - entry.start) > 1
44
  ? fps * (entry.end - entry.start)
45
+ : 1;
46
 
47
  return (
48
  <TransitionSeries.Sequence