reduced the transition animation
Browse files
Remotion-app/src/HelloWorld/ImageStream.jsx
CHANGED
|
@@ -24,7 +24,7 @@ export default function ImageStream() {
|
|
| 24 |
</TransitionSeries.Sequence>
|
| 25 |
<TransitionSeries.Transition
|
| 26 |
presentation={slide()}
|
| 27 |
-
timing={linearTiming({durationInFrames:
|
| 28 |
/>
|
| 29 |
</>
|
| 30 |
);
|
|
|
|
| 24 |
</TransitionSeries.Sequence>
|
| 25 |
<TransitionSeries.Transition
|
| 26 |
presentation={slide()}
|
| 27 |
+
timing={linearTiming({durationInFrames: 10})}
|
| 28 |
/>
|
| 29 |
</>
|
| 30 |
);
|