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

[Transitions] Full support #61

Open
beefchimi opened this issue Jan 15, 2024 · 0 comments
Open

[Transitions] Full support #61

beefchimi opened this issue Jan 15, 2024 · 0 comments
Labels
✨ Feature New addition to the codebase (feature, utility, component, etc.)

Comments

@beefchimi
Copy link
Owner

At the moment, transitions only apply to volume / mute changes.

To achieve full support, transitions would also affect:

  • play (quick fade in).
  • pause (quick fade out).
  • stop (just like with pause).
  • speed (ramp the speed change)
  • reverse (ramp speed to 0 before changing directions, then ramp back up to the saved playbackRate).
  • seek (ramp speed to desired play position).

All of these features come with some complexity... some more than others. So it is debatable if we really want to go down this path.

@beefchimi beefchimi added the ✨ Feature New addition to the codebase (feature, utility, component, etc.) label Jan 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feature New addition to the codebase (feature, utility, component, etc.)
Projects
None yet
Development

No branches or pull requests

1 participant