Mbonea commited on
Commit
f353db0
1 Parent(s): e569b05

no more motion paths

Browse files
Remotion-app/src/HelloWorld/ImageStream.jsx CHANGED
@@ -68,12 +68,12 @@ const Images = ({entry,index}) => {
68
  duration: 2, // Total duration for one loop
69
  ease: 'power1.inOut',
70
  scale: 1.2,
71
- motionPath: {
72
- path: CAMERA_PATHS[index % CAMERA_PATHS.length],
73
- align: '#imagex',
74
- alignOrigin: [0.5, 0.5],
75
- autoRotate: false,
76
- },
77
  });
78
 
79
  return tlContainer;
 
68
  duration: 2, // Total duration for one loop
69
  ease: 'power1.inOut',
70
  scale: 1.2,
71
+ // motionPath: {
72
+ // path: CAMERA_PATHS[index % CAMERA_PATHS.length],
73
+ // align: '#imagex',
74
+ // alignOrigin: [0.5, 0.5],
75
+ // autoRotate: false,
76
+ // },
77
  });
78
 
79
  return tlContainer;