Mbonea commited on
Commit
f9ca4cd
·
1 Parent(s): 29a71e0
Remotion-app/src/HelloWorld/ImageStream.jsx CHANGED
@@ -61,7 +61,7 @@ const Images = ({entry}) => {
61
  },
62
  {
63
  attr: {stdDeviation: `0,0`},
64
- scale:1.5,
65
  duration: 1/2,
66
  },
67
  0
@@ -70,7 +70,7 @@ const Images = ({entry}) => {
70
  duration: 2, // Total duration for one loop
71
  ease: "power1.inOut",
72
  motionPath: {
73
- path: "M0,0 l50,50 l-50,50 l50,50 l-50,50",
74
  align: "#imagex",
75
  alignOrigin: [0.5, 0.5],
76
  autoRotate: false
 
61
  },
62
  {
63
  attr: {stdDeviation: `0,0`},
64
+ scale: 1.5,
65
  duration: 1/2,
66
  },
67
  0
 
70
  duration: 2, // Total duration for one loop
71
  ease: "power1.inOut",
72
  motionPath: {
73
+ path: "M0,0 C50,0 100,50 100,100 C100,150 50,200 0,200 C-50,200 -100,150 -100,100 C-100,50 -50,0 0,0",
74
  align: "#imagex",
75
  alignOrigin: [0.5, 0.5],
76
  autoRotate: false