Mbonea commited on
Commit
b927c12
1 Parent(s): 57d7088

added cool

Browse files
Remotion-app/src/HelloWorld/TextStream.jsx CHANGED
@@ -43,7 +43,7 @@ export const TextStream = () => {
43
  <TransitionSeries.Sequence
44
  key={index}
45
  from={entry.start * fps}
46
- durationInFrames={fps * (entry.end - entry.start)}
47
  >
48
  <Letter index={index} color="#0b84f3">
49
  {entry.text}
 
43
  <TransitionSeries.Sequence
44
  key={index}
45
  from={entry.start * fps}
46
+ durationInFrames={fps * (entry.end - entry.start) + 1}
47
  >
48
  <Letter index={index} color="#0b84f3">
49
  {entry.text}