Less concurrent animations
Overview was trying always to animate the opening with 2 animations at the same moment:
- the transition from initial to active in WindowHeapDelegate
- the animation on the partialactivationfactor was always ran, partial or not
this resulted in jankier animations than they could be.
now base only on partialanimationfactor, so we a re sure there is one single way to trigger the effect