swipe sucks
Browse files
Remotion-app/src/HelloWorld/ImageStream.jsx
CHANGED
|
@@ -40,10 +40,6 @@ const ImageStream = React.memo(() => {
|
|
| 40 |
>
|
| 41 |
<Images key={index} index={index} entry={entry} />;
|
| 42 |
</TransitionSeries.Sequence>
|
| 43 |
-
<TransitionSeries.Transition
|
| 44 |
-
presentation={slide()}
|
| 45 |
-
timing={linearTiming({durationInFrames: 30})}
|
| 46 |
-
/>
|
| 47 |
</>
|
| 48 |
);
|
| 49 |
})}
|
|
|
|
| 40 |
>
|
| 41 |
<Images key={index} index={index} entry={entry} />;
|
| 42 |
</TransitionSeries.Sequence>
|
|
|
|
|
|
|
|
|
|
|
|
|
| 43 |
</>
|
| 44 |
);
|
| 45 |
})}
|