@remotion/transitions
Advanced tools
Comparing version 4.0.240 to 4.0.241
@@ -6,5 +6,5 @@ import type { TransitionTiming } from '../types.js'; | ||
* @see [Documentation](https://remotion.dev/docs/transitions/timings/lineartiming) | ||
* @param {Object} options Configuration options for the linear timing | ||
* @param {number} options.durationInFrames Specifies the total duration of the transition in frames | ||
* @param {((input: number) => number)=} options.easing Optional easing function to modify the interpolation of values | ||
* @param {Object} fieldsToFetch Configuration options for the linear timing | ||
* @param {number} fieldsToFetch.durationInFrames Specifies the total duration of the transition in frames | ||
* @param {((input: number) => number)=} fieldsToFetch.easing Optional easing function to modify the interpolation of values | ||
* @returns {TransitionTiming} An object representing the timing of the transition, including methods to get duration and progress | ||
@@ -11,0 +11,0 @@ */ |
@@ -9,5 +9,5 @@ "use strict"; | ||
* @see [Documentation](https://remotion.dev/docs/transitions/timings/lineartiming) | ||
* @param {Object} options Configuration options for the linear timing | ||
* @param {number} options.durationInFrames Specifies the total duration of the transition in frames | ||
* @param {((input: number) => number)=} options.easing Optional easing function to modify the interpolation of values | ||
* @param {Object} fieldsToFetch Configuration options for the linear timing | ||
* @param {number} fieldsToFetch.durationInFrames Specifies the total duration of the transition in frames | ||
* @param {((input: number) => number)=} fieldsToFetch.easing Optional easing function to modify the interpolation of values | ||
* @returns {TransitionTiming} An object representing the timing of the transition, including methods to get duration and progress | ||
@@ -14,0 +14,0 @@ */ |
@@ -6,3 +6,3 @@ { | ||
"name": "@remotion/transitions", | ||
"version": "4.0.240", | ||
"version": "4.0.241", | ||
"description": "Library for creating transitions in Remotion", | ||
@@ -20,5 +20,5 @@ "sideEffects": false, | ||
"dependencies": { | ||
"remotion": "4.0.240", | ||
"@remotion/shapes": "4.0.240", | ||
"@remotion/paths": "4.0.240" | ||
"remotion": "4.0.241", | ||
"@remotion/shapes": "4.0.241", | ||
"@remotion/paths": "4.0.241" | ||
}, | ||
@@ -30,5 +30,5 @@ "devDependencies": { | ||
"eslint": "9.14.0", | ||
"remotion": "4.0.240", | ||
"@remotion/test-utils": "4.0.240", | ||
"@remotion/eslint-config-internal": "4.0.240" | ||
"remotion": "4.0.241", | ||
"@remotion/test-utils": "4.0.241", | ||
"@remotion/eslint-config-internal": "4.0.241" | ||
}, | ||
@@ -35,0 +35,0 @@ "peerDependencies": { |
111425
+ Added@remotion/paths@4.0.241(transitive)
+ Added@remotion/shapes@4.0.241(transitive)
+ Addedremotion@4.0.241(transitive)
- Removed@remotion/paths@4.0.240(transitive)
- Removed@remotion/shapes@4.0.240(transitive)
- Removedremotion@4.0.240(transitive)
Updated@remotion/paths@4.0.241
Updated@remotion/shapes@4.0.241
Updatedremotion@4.0.241