Mbonea commited on
Commit
b79a426
·
1 Parent(s): f9ca4cd

added scale

Browse files
Remotion-app/src/HelloWorld/ImageStream.jsx CHANGED
@@ -61,11 +61,15 @@ const Images = ({entry}) => {
61
  },
62
  {
63
  attr: {stdDeviation: `0,0`},
64
- scale: 1.5,
65
  duration: 1/2,
66
  },
67
  0
68
  );
 
 
 
 
69
  tlContainer.to("#imagex", {
70
  duration: 2, // Total duration for one loop
71
  ease: "power1.inOut",
 
61
  },
62
  {
63
  attr: {stdDeviation: `0,0`},
64
+
65
  duration: 1/2,
66
  },
67
  0
68
  );
69
+ tlContainer.to("#imagex", {
70
+ ease: "power1.inOut",
71
+ scale: 1.5,
72
+ },0);
73
  tlContainer.to("#imagex", {
74
  duration: 2, // Total duration for one loop
75
  ease: "power1.inOut",