GNOME Bugzilla – Bug 700059
Slide the artist list in and out
Last modified: 2013-05-16 15:10:34 UTC
When you enter the artist view, it would be really fantastic if the artist list expanded into the space from the right. It should also slide out when you leave the artist view.
Is that even possible with gtk/css?
(In reply to comment #1) > Is that even possible with gtk/css? Yes. See GNOME Weather for an example. I expect that you will need to use GtkRevealer: https://developer.gnome.org/gtk3/3.9/gtk3-GtkRevealer.html
Created attachment 244058 [details] [review] Use slide transition on selecting artist
Created attachment 244064 [details] [review] Slide out artists list on switching to artists view
Review of attachment 244058 [details] [review]: This slides out artist's albums. not the list
Created attachment 244066 [details] [review] Slide out artists list on switching to artists view. Use Gd for now for compatibility with gtk 3.8
Review of attachment 244064 [details] [review]: Uses Gtk 3.9 features, better stick to libgd
Created attachment 244077 [details] [review] Add crossfade transition to all views This makes artists list slide out which switching from artists view
The following fixes have been pushed: 887e215 Add crossfade transition to all views a4018ba Slide out artists list on switching to artists view.
Created attachment 244421 [details] [review] Add crossfade transition to all views This makes artists list slide out which switching from artists view
Created attachment 244422 [details] [review] Slide out artists list on switching to artists view. Use Gd for now for compatibility with gtk 3.8