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
|
| 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 |
})}
|