If I click on the battery applet in the system tray when the expanded view appears I can see it animate a fade from "Status and Notifications"
It looks like there is code trying to solve this. There is a timer which disables animation for the first 500ms for the page stack. This is somewhat hacky and doesn't always work More importantly this doesn't include the header. I'll assign this to me.
Created attachment 85872 [details] Image dump from apitrace
I fixed the header (will push after split settles down, please poke me \) Page stack still has a bug in it, opened with a test case.
*poke*
Oh. I pushed my part of the patch. I can't close this whilst there's a blocking bug.
Git commit 2f10450c179bc13e224784099911b723ed02b1ef by Marco Martin. Committed on 03/04/2014 at 16:07. Pushed by mart into branch 'master'. make the animate property do something Related: bug 332884 M +3 -3 src/declarativeimports/plasmacomponents/qml/PageStack.qml http://commits.kde.org/plasma-framework/2f10450c179bc13e224784099911b723ed02b1ef
Not reproduceable anymore after last commit