better images?
Browse files
Remotion-app/src/HelloWorld/ImageStream.jsx
CHANGED
|
@@ -87,8 +87,8 @@ const Images = ({entry}) => {
|
|
| 87 |
|
| 88 |
const blur = interpolate(
|
| 89 |
initialSpring,
|
| 90 |
-
[0.0, 0.09, 0.99, 1],
|
| 91 |
-
[20, 0, 0,
|
| 92 |
{
|
| 93 |
easing: Easing.bezier(0.23, 1, 0.32, 1),
|
| 94 |
extrapolateLeft: 'identity',
|
|
@@ -105,17 +105,6 @@ const Images = ({entry}) => {
|
|
| 105 |
</filter>
|
| 106 |
</defs>
|
| 107 |
</svg>
|
| 108 |
-
|
| 109 |
-
<div
|
| 110 |
-
style={{
|
| 111 |
-
fontSize: 150,
|
| 112 |
-
position: 'absolute',
|
| 113 |
-
zIndex: 1,
|
| 114 |
-
}}
|
| 115 |
-
>
|
| 116 |
-
{blur}
|
| 117 |
-
</div>
|
| 118 |
-
|
| 119 |
<Img
|
| 120 |
style={{
|
| 121 |
transform: ` scale(${zoom}) ${
|
|
|
|
| 87 |
|
| 88 |
const blur = interpolate(
|
| 89 |
initialSpring,
|
| 90 |
+
[0.0, 0.09, 0.99, 0.995, 1],
|
| 91 |
+
[20, 0, 0, 0, 5],
|
| 92 |
{
|
| 93 |
easing: Easing.bezier(0.23, 1, 0.32, 1),
|
| 94 |
extrapolateLeft: 'identity',
|
|
|
|
| 105 |
</filter>
|
| 106 |
</defs>
|
| 107 |
</svg>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 108 |
<Img
|
| 109 |
style={{
|
| 110 |
transform: ` scale(${zoom}) ${
|