GNOME Bugzilla – Bug 678545
Stop animationg thumbnail in properties after initial zoom
Last modified: 2016-03-31 13:55:28 UTC
When you resize the properties view the thumbnail animates to the new position, which looks really silly.
Created attachment 216926 [details] [review] Switch to per-actor easing states Instead of using layout animations on the overlay_bin we use the new clutter support for per-actor default easing states. This means we can now disable animations of the thumbnail in properties view after the initial animation. Also, its possible that the layout manager animation feature will be removed, so better not rely on it.
Review of attachment 216926 [details] [review]: Looks good.
Attachment 216926 [details] pushed as a6a6909 - Switch to per-actor easing states