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

feat: volume fade in/out #91

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

lovegaoshi
Copy link

supports the fade in/out feature request in RNTP.
Because RN's Animated.Value won't change within Android's HeadlessJsTaskService, a native way to animate volume change to achieve a fading effect is necessary; I added a simple linear scaling that seems to work within the KA example.

scope.async doesn't work as I expected (Deferred.await() doesn't wait for RN's Promise.resolve?) any help is appreciated!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant