-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
Better looking buffering animation (e.g. AdwSpinner) #480
Comments
NOTE: requires libadwaita 1.6 We cannot use libadwaita widgets in |
Just throwing out an idea, not sure how feasible it is, but maybe ClapperGtk could expose a signal when loading/buffering so apps can connect to it to display a widget of their choosing (AdwSpinner). |
Since buffering paintable is part of the Why is the spinner not part of GTK, but libadwaita anyway? 🤔 |
My guess is that the new spinner is part of the gnome/libadwaita design and GTK is trying to stay a neutral toolkit |
Doesn't Adwaita also re-style the GtkSpinner to look more GNOMEy? (but that spinner is a lot smaller than the new one) |
When loading a video from a url, clapper currently shows three white dots to show the buffering of new content.
I find these buttons jarring and feel they don't fit the modern style of the rest of the application, especially juxtaposed against the image beneath them.
Since Version 1.6, Libadwaita has now a new spinner widget named AdwSpinner which maybe can used instead:
https://thisweek.gnome.org/posts/2024/07/twig-156/4067bdc35fe1bf7af97eadc464f9b52cfcd8e46b1811437392997908480.mp4
https://gnome.pages.gitlab.gnome.org/libadwaita/doc/main/class.Spinner.html
The text was updated successfully, but these errors were encountered: