mirror of
https://github.com/Lambada10/SongSync.git
synced 2026-04-25 22:55:54 +03:00
[GH-ISSUE #62] Option to turn off moving text #45
Labels
No labels
bug
duplicate
enhancement
invalid
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SongSync#45
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @NikunjK8 on GitHub (Apr 1, 2024).
Original GitHub issue: https://github.com/Lambada10/SongSync/issues/62
This could significantly improve the performance, specially in low-end devices.
@pdimu commented on GitHub (May 18, 2024):
What do you mean by "moving text"?
Is it the synced lyrics, or the animations in the app?
Btw, there's no performance issue with synced lyrics, so you're probably talking about the animations, which are provided by the SDK, not the code. Unfortunately, there's no way to disable these, but you can't try to remove the animations from the device settings (requires developer settings; info and tutorials about it on Google) and i guess it includes the animations within apps (the custom animations in the code won't be removed though, but those that are provided by the SDK will)
Tell me if it works or it's something else
@NikunjK8 commented on GitHub (May 18, 2024):
I was talking about the animations in the app. The moving texts of song names specifically. Developer options works system-wide not for single app right?
@pdimu commented on GitHub (May 19, 2024):
Yes, you're right, dev settings are systemwide and may be not pleasant to look at. I've seen an app that had the option to turn off animations, but I forgot its name. If I remember it I'll comment here
@NikunjK8 commented on GitHub (May 19, 2024):
Ok. Thank you