Skip to content

Less concurrent animations

Marco Martin requested to merge work/mart/simplifyAnimations into master

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

Merge request reports