rotating stuff
Browse files
Remotion-app/src/HelloWorld/ImageStream.jsx
CHANGED
|
@@ -61,7 +61,7 @@ const Images = ({entry}) => {
|
|
| 61 |
},
|
| 62 |
{
|
| 63 |
attr: {stdDeviation: `0,0`},
|
| 64 |
-
|
| 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
|
| 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 l50,50 l-50,50 l50,50 l-50,50",
|
| 74 |
align: "#imagex",
|
| 75 |
alignOrigin: [0.5, 0.5],
|
| 76 |
autoRotate: false
|