@remotion/transitions 4.0.58 → 4.0.59

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -119,17 +119,17 @@ const TransitionSeriesChildren = ({ children, }) => {
119
119
  const prevPresentation = (_c = prev.props.presentation) !== null && _c !== void 0 ? _c : slide();
120
120
  const UppercaseNextPresentation = nextPresentation.component;
121
121
  const UppercasePrevPresentation = prevPresentation.component;
122
- return (_jsx(Sequence, { from: Math.floor(actualStartFrame), durationInFrames: durationInFramesProp, ...passedProps, children: _jsx(UppercaseNextPresentation, { passedProps: (_d = nextPresentation.props) !== null && _d !== void 0 ? _d : {}, presentationDirection: "exiting", presentationProgress: nextProgress, children: _jsx(UppercasePrevPresentation, { passedProps: (_e = prevPresentation.props) !== null && _e !== void 0 ? _e : {}, presentationDirection: "entering", presentationProgress: prevProgress, children: child }) }) }));
122
+ return (_jsx(Sequence, { from: Math.floor(actualStartFrame), durationInFrames: durationInFramesProp, layout: "none", showInTimeline: false, children: _jsx(UppercaseNextPresentation, { passedProps: (_d = nextPresentation.props) !== null && _d !== void 0 ? _d : {}, presentationDirection: "exiting", presentationProgress: nextProgress, children: _jsx(UppercasePrevPresentation, { passedProps: (_e = prevPresentation.props) !== null && _e !== void 0 ? _e : {}, presentationDirection: "entering", presentationProgress: prevProgress, children: _jsx(Sequence, { ...passedProps, children: child }) }) }) }));
123
123
  }
124
124
  if (prevProgress !== null && prev) {
125
125
  const prevPresentation = (_f = prev.props.presentation) !== null && _f !== void 0 ? _f : slide();
126
126
  const UppercasePrevPresentation = prevPresentation.component;
127
- return (_jsx(Sequence, { from: Math.floor(actualStartFrame), durationInFrames: durationInFramesProp, ...passedProps, children: _jsx(UppercasePrevPresentation, { passedProps: (_g = prevPresentation.props) !== null && _g !== void 0 ? _g : {}, presentationDirection: "entering", presentationProgress: prevProgress, children: child }) }));
127
+ return (_jsx(Sequence, { from: Math.floor(actualStartFrame), durationInFrames: durationInFramesProp, layout: "none", showInTimeline: false, children: _jsx(UppercasePrevPresentation, { passedProps: (_g = prevPresentation.props) !== null && _g !== void 0 ? _g : {}, presentationDirection: "entering", presentationProgress: prevProgress, children: _jsx(Sequence, { ...passedProps, children: child }) }) }));
128
128
  }
129
129
  if (nextProgress !== null && next) {
130
130
  const nextPresentation = (_h = next.props.presentation) !== null && _h !== void 0 ? _h : slide();
131
131
  const UppercaseNextPresentation = nextPresentation.component;
132
- return (_jsx(Sequence, { from: Math.floor(actualStartFrame), durationInFrames: durationInFramesProp, ...passedProps, children: _jsx(UppercaseNextPresentation, { passedProps: (_j = nextPresentation.props) !== null && _j !== void 0 ? _j : {}, presentationDirection: "exiting", presentationProgress: nextProgress, children: child }) }));
132
+ return (_jsx(Sequence, { from: Math.floor(actualStartFrame), durationInFrames: durationInFramesProp, layout: "none", showInTimeline: false, children: _jsx(UppercaseNextPresentation, { passedProps: (_j = nextPresentation.props) !== null && _j !== void 0 ? _j : {}, presentationDirection: "exiting", presentationProgress: nextProgress, children: _jsx(Sequence, { ...passedProps, children: child }) }) }));
133
133
  }
134
134
  return (_jsx(Sequence, { from: Math.floor(actualStartFrame), durationInFrames: durationInFramesProp, ...passedProps, children: child }));
135
135
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remotion/transitions",
3
- "version": "4.0.58",
3
+ "version": "4.0.59",
4
4
  "description": "Transition presets for Remotion",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",
@@ -16,7 +16,7 @@
16
16
  "url": "https://github.com/remotion-dev/remotion/issues"
17
17
  },
18
18
  "dependencies": {
19
- "remotion": "4.0.58"
19
+ "remotion": "4.0.59"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@jonny/eslint-config": "3.0.276",
@@ -31,8 +31,8 @@
31
31
  "@vitejs/plugin-react": "^2.0.0",
32
32
  "rollup": "^2.70.1",
33
33
  "@rollup/plugin-typescript": "^8.2.0",
34
- "remotion": "4.0.58",
35
- "@remotion/test-utils": "4.0.58"
34
+ "remotion": "4.0.59",
35
+ "@remotion/test-utils": "4.0.59"
36
36
  },
37
37
  "peerDependencies": {
38
38
  "react": ">=16.8.0",