reduced the scale
Browse files
Remotion-app/src/HelloWorld/ImageStream.jsx
CHANGED
@@ -68,7 +68,7 @@ const Images = ({entry}) => {
|
|
68 |
);
|
69 |
tlContainer.to("#imagex", {
|
70 |
ease: "power1.inOut",
|
71 |
-
scale: 1.
|
72 |
},0);
|
73 |
tlContainer.to("#imagex", {
|
74 |
duration: 2, // Total duration for one loop
|
|
|
68 |
);
|
69 |
tlContainer.to("#imagex", {
|
70 |
ease: "power1.inOut",
|
71 |
+
scale: 1.2,
|
72 |
},0);
|
73 |
tlContainer.to("#imagex", {
|
74 |
duration: 2, // Total duration for one loop
|