nice
Browse files
Remotion-app/src/HelloWorld/TextStream.jsx
CHANGED
|
@@ -39,7 +39,7 @@ export const TextStream = () => {
|
|
| 39 |
backgroundColor: 'transparent',
|
| 40 |
justifyContent: 'center',
|
| 41 |
alignItems: 'center',
|
| 42 |
-
position: '
|
| 43 |
// backgroundColor: 'red',
|
| 44 |
}}
|
| 45 |
>
|
|
|
|
| 39 |
backgroundColor: 'transparent',
|
| 40 |
justifyContent: 'center',
|
| 41 |
alignItems: 'center',
|
| 42 |
+
position: 'abdolute',
|
| 43 |
// backgroundColor: 'red',
|
| 44 |
}}
|
| 45 |
>
|
Remotion-app/src/HelloWorld/VideoStream.jsx
CHANGED
|
@@ -8,7 +8,7 @@ export default function VideoStream() {
|
|
| 8 |
return (
|
| 9 |
<TransitionSeries
|
| 10 |
style={{
|
| 11 |
-
color: 'white',
|
| 12 |
position: 'absolute',
|
| 13 |
zIndex: 1,
|
| 14 |
}}
|
|
|
|
| 8 |
return (
|
| 9 |
<TransitionSeries
|
| 10 |
style={{
|
| 11 |
+
// color: 'white',
|
| 12 |
position: 'absolute',
|
| 13 |
zIndex: 1,
|
| 14 |
}}
|