ok
Browse files
Remotion-app/src/HelloWorld/ImageStream.jsx
CHANGED
|
@@ -27,7 +27,7 @@ export default function ImageStream() {
|
|
| 27 |
const durationInFrames = (entry.end - entry.start) * fps;
|
| 28 |
|
| 29 |
const zoom = interpolate(
|
| 30 |
-
frame,
|
| 31 |
[
|
| 32 |
fps * entry.start,
|
| 33 |
fps * entry.start + 2 * (durationInFrames / 4),
|
|
|
|
| 27 |
const durationInFrames = (entry.end - entry.start) * fps;
|
| 28 |
|
| 29 |
const zoom = interpolate(
|
| 30 |
+
frame + fps * entry.start,
|
| 31 |
[
|
| 32 |
fps * entry.start,
|
| 33 |
fps * entry.start + 2 * (durationInFrames / 4),
|