Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Undocumented feature: transition easing and params #191

Open
1 of 3 tasks
lucemia opened this issue Mar 14, 2022 · 0 comments
Open
1 of 3 tasks

Undocumented feature: transition easing and params #191

lucemia opened this issue Mar 14, 2022 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@lucemia
Copy link
Contributor

lucemia commented Mar 14, 2022

  • I have tried with the newest version of editly: npm i -g editly or npm i editly@latest
  • I have tried ffmpeg newest stable version
  • I have searched for existing issues

Transition has two undocumented parameters easing and params
Will add document after figure out the usage.

editly/index.d.ts

Lines 174 to 182 in 4b5f162

/**
* WARNING: Undocumented feature!
*/
easing?: string | null;
/**
* WARNING: Undocumented feature!
*/
params?: TransitionParams;

@lucemia lucemia changed the title Missing document for transition easing and params Undocumented feature: transition easing and params Mar 14, 2022
@bkeepers bkeepers added the documentation Improvements or additions to documentation label Jan 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants