After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 707187 - GtkStack: Add more transition types
GtkStack: Add more transition types
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
unspecified
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2013-08-31 16:09 UTC by Matthias Clasen
Modified: 2013-09-26 04:11 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
GtkStack: Add more transition types (10.37 KB, patch)
2013-08-31 16:09 UTC, Matthias Clasen
none Details | Review
Test new transition types (1.98 KB, patch)
2013-08-31 16:09 UTC, Matthias Clasen
none Details | Review

Description Matthias Clasen 2013-08-31 16:09:11 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.
Comment 1 Matthias Clasen 2013-08-31 16:09:14 UTC
Created attachment 253700 [details] [review]
GtkStack: Add more transition types
Comment 2 Matthias Clasen 2013-08-31 16:09:34 UTC
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.