Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@remotion/transitions

Package Overview
Dependencies
Maintainers
0
Versions
185
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@remotion/transitions - npm Package Compare versions

Comparing version 4.0.240 to 4.0.241

6

dist/timings/linear-timing.d.ts

@@ -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": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc