image stream centered
Browse files
Remotion-app/src/HelloWorld/ImageStream.jsx
CHANGED
@@ -62,22 +62,8 @@ const Images = ({entry}) => {
|
|
62 |
},
|
63 |
0
|
64 |
);
|
65 |
-
tlContainer.fromTo(
|
66 |
-
'#imagex',
|
67 |
-
{
|
68 |
-
scale: 1.1,
|
69 |
-
xPercent:-10,
|
70 |
-
},
|
71 |
-
{
|
72 |
-
scale: 1,
|
73 |
-
xPercent:0,
|
74 |
-
duration: 1/2,
|
75 |
-
},
|
76 |
-
0
|
77 |
-
);
|
78 |
return tlContainer;
|
79 |
};
|
80 |
-
|
81 |
return (
|
82 |
<>
|
83 |
<GsapAnimation
|
|
|
62 |
},
|
63 |
0
|
64 |
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
65 |
return tlContainer;
|
66 |
};
|
|
|
67 |
return (
|
68 |
<>
|
69 |
<GsapAnimation
|