GNOME Bugzilla – Bug 707187
GtkStack: Add more transition types
Last modified: 2013-09-26 04:11:29 UTC
This adds new 'over' and 'under' transitions which work by moving the new page over the previous one, or moving the previous page off to reveal the new one. We also add an over/under combination.
Created attachment 253700 [details] [review] GtkStack: Add more transition types
Created attachment 253701 [details] [review] Test new transition types We should make teststack pick up new transitions automatically. For now, we have to add them manually.