removed the glitch
Browse files
Remotion-app/src/HelloWorld/ImageStream.jsx
CHANGED
@@ -48,22 +48,22 @@ export default function ImageStream() {
|
|
48 |
);
|
49 |
}
|
50 |
|
51 |
-
const Images = ({entry,index}) => {
|
52 |
const plugins = [MotionPathPlugin];
|
53 |
const gsapTimeline = () => {
|
54 |
let tlContainer = gsap.timeline();
|
55 |
-
tlContainer.fromTo(
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
);
|
67 |
tlContainer.to('#imagex', {
|
68 |
duration: 2, // Total duration for one loop
|
69 |
ease: 'power1.inOut',
|
|
|
48 |
);
|
49 |
}
|
50 |
|
51 |
+
const Images = ({entry, index}) => {
|
52 |
const plugins = [MotionPathPlugin];
|
53 |
const gsapTimeline = () => {
|
54 |
let tlContainer = gsap.timeline();
|
55 |
+
// tlContainer.fromTo(
|
56 |
+
// '#gaussianBlur',
|
57 |
+
// {
|
58 |
+
// attr: {stdDeviation: `250,0`},
|
59 |
+
// },
|
60 |
+
// {
|
61 |
+
// attr: {stdDeviation: `0,0`},
|
62 |
|
63 |
+
// duration: 1 / 2,
|
64 |
+
// },
|
65 |
+
// 0
|
66 |
+
// );
|
67 |
tlContainer.to('#imagex', {
|
68 |
duration: 2, // Total duration for one loop
|
69 |
ease: 'power1.inOut',
|