Mbonea commited on
Commit
07c4ca4
·
1 Parent(s): 2096c89

removed css animation

Browse files
Remotion-app/src/HelloWorld/ImageStream.jsx CHANGED
@@ -22,7 +22,7 @@ export default function ImageStream() {
22
  from={fps * entry.start}
23
  durationInFrames={fps * (entry.end - entry.start) + 1}
24
  >
25
- <Img className="zoomInOut" src={staticFile(entry.name)} />
26
  </TransitionSeries.Sequence>
27
  );
28
  })}
 
22
  from={fps * entry.start}
23
  durationInFrames={fps * (entry.end - entry.start) + 1}
24
  >
25
+ <Img src={staticFile(entry.name)} />
26
  </TransitionSeries.Sequence>
27
  );
28
  })}