@remotion/transitions
Advanced tools
Comparing version 4.0.59 to 4.0.60
@@ -251,3 +251,3 @@ 'use strict'; | ||
const UppercasePrevPresentation = prevPresentation.component; | ||
return (jsxRuntime.jsx(remotion.Sequence, { from: Math.floor(actualStartFrame), durationInFrames: durationInFramesProp, ...passedProps, children: jsxRuntime.jsx(UppercaseNextPresentation, { passedProps: (_d = nextPresentation.props) !== null && _d !== void 0 ? _d : {}, presentationDirection: "exiting", presentationProgress: nextProgress, children: jsxRuntime.jsx(UppercasePrevPresentation, { passedProps: (_e = prevPresentation.props) !== null && _e !== void 0 ? _e : {}, presentationDirection: "entering", presentationProgress: prevProgress, children: child }) }) })); | ||
return (jsxRuntime.jsx(remotion.Sequence, { from: Math.floor(actualStartFrame), durationInFrames: durationInFramesProp, layout: "none", showInTimeline: false, children: jsxRuntime.jsx(UppercaseNextPresentation, { passedProps: (_d = nextPresentation.props) !== null && _d !== void 0 ? _d : {}, presentationDirection: "exiting", presentationProgress: nextProgress, children: jsxRuntime.jsx(UppercasePrevPresentation, { passedProps: (_e = prevPresentation.props) !== null && _e !== void 0 ? _e : {}, presentationDirection: "entering", presentationProgress: prevProgress, children: jsxRuntime.jsx(remotion.Sequence, { ...passedProps, children: child }) }) }) })); | ||
} | ||
@@ -257,3 +257,3 @@ if (prevProgress !== null && prev) { | ||
const UppercasePrevPresentation = prevPresentation.component; | ||
return (jsxRuntime.jsx(remotion.Sequence, { from: Math.floor(actualStartFrame), durationInFrames: durationInFramesProp, ...passedProps, children: jsxRuntime.jsx(UppercasePrevPresentation, { passedProps: (_g = prevPresentation.props) !== null && _g !== void 0 ? _g : {}, presentationDirection: "entering", presentationProgress: prevProgress, children: child }) })); | ||
return (jsxRuntime.jsx(remotion.Sequence, { from: Math.floor(actualStartFrame), durationInFrames: durationInFramesProp, layout: "none", showInTimeline: false, children: jsxRuntime.jsx(UppercasePrevPresentation, { passedProps: (_g = prevPresentation.props) !== null && _g !== void 0 ? _g : {}, presentationDirection: "entering", presentationProgress: prevProgress, children: jsxRuntime.jsx(remotion.Sequence, { ...passedProps, children: child }) }) })); | ||
} | ||
@@ -263,3 +263,3 @@ if (nextProgress !== null && next) { | ||
const UppercaseNextPresentation = nextPresentation.component; | ||
return (jsxRuntime.jsx(remotion.Sequence, { from: Math.floor(actualStartFrame), durationInFrames: durationInFramesProp, ...passedProps, children: jsxRuntime.jsx(UppercaseNextPresentation, { passedProps: (_j = nextPresentation.props) !== null && _j !== void 0 ? _j : {}, presentationDirection: "exiting", presentationProgress: nextProgress, children: child }) })); | ||
return (jsxRuntime.jsx(remotion.Sequence, { from: Math.floor(actualStartFrame), durationInFrames: durationInFramesProp, layout: "none", showInTimeline: false, children: jsxRuntime.jsx(UppercaseNextPresentation, { passedProps: (_j = nextPresentation.props) !== null && _j !== void 0 ? _j : {}, presentationDirection: "exiting", presentationProgress: nextProgress, children: jsxRuntime.jsx(remotion.Sequence, { ...passedProps, children: child }) }) })); | ||
} | ||
@@ -266,0 +266,0 @@ return (jsxRuntime.jsx(remotion.Sequence, { from: Math.floor(actualStartFrame), durationInFrames: durationInFramesProp, ...passedProps, children: child })); |
{ | ||
"name": "@remotion/transitions", | ||
"version": "4.0.59", | ||
"version": "4.0.60", | ||
"description": "Transition presets for Remotion", | ||
@@ -19,3 +19,3 @@ "sideEffects": false, | ||
"dependencies": { | ||
"remotion": "4.0.59" | ||
"remotion": "4.0.60" | ||
}, | ||
@@ -35,4 +35,4 @@ "devDependencies": { | ||
"@rollup/plugin-typescript": "^8.2.0", | ||
"remotion": "4.0.59", | ||
"@remotion/test-utils": "4.0.59" | ||
"remotion": "4.0.60", | ||
"@remotion/test-utils": "4.0.60" | ||
}, | ||
@@ -39,0 +39,0 @@ "peerDependencies": { |
58959
+ Addedremotion@4.0.60(transitive)
- Removedremotion@4.0.59(transitive)
Updatedremotion@4.0.60