kwin/effects/minimizeanimation
Vlad Zagorodniy 3fcce012c0 [effects/minimizeanimation] Don't reset timeline
Summary:
Resetting timeline while animating a window causes some visual "glitches",
see videos below. Even though we can't use `QTimer::toggleDirection`,
that's safe to delete code which resets timeline because `prePaintScreen`
figures out correct direction of the timeline.

Before

{F5809862, layout=center, size=full}

After

{F5809898, layout=center, size=full}

Reviewers: #kwin, davidedmundson

Reviewed By: davidedmundson

Subscribers: kwin

Tags: #kwin

Differential Revision: https://phabricator.kde.org/D12254
2018-04-20 21:16:09 +03:00
..
CMakeLists.txt
minimizeanimation.cpp [effects/minimizeanimation] Don't reset timeline 2018-04-20 21:16:09 +03:00
minimizeanimation.h Honor animationsSupported in minimize, slide and sliding popups effects 2017-11-23 10:34:06 +01:00