added clamps
Browse files
Remotion-app/src/HelloWorld/ImageStream.jsx
CHANGED
@@ -40,7 +40,11 @@ export default function ImageStream() {
|
|
40 |
fps * entry.end,
|
41 |
],
|
42 |
[1, 1.5, 1.3],
|
43 |
-
[1, 1.2, 1]
|
|
|
|
|
|
|
|
|
44 |
);
|
45 |
|
46 |
return (
|
|
|
40 |
fps * entry.end,
|
41 |
],
|
42 |
[1, 1.5, 1.3],
|
43 |
+
[1, 1.2, 1],
|
44 |
+
{
|
45 |
+
extrapolateLeft: 'clamp',
|
46 |
+
extrapolateRight: 'clamp',
|
47 |
+
}
|
48 |
);
|
49 |
|
50 |
return (
|