Diffusion KWin 22a6cab15ff2

[effects/slidingpopups] Port to TimeLine

Authored by zzag on Jun 29 2018, 8:26 PM.

Description

[effects/slidingpopups] Port to TimeLine

Summary:
In addition to porting to TimeLine, this change also fixes quadratic
scaling of animation durations:

animData.fadeInDuration = animationTime(mFadeInTime);
animData.fadeOutDuration = animationTime(mFadeOutTime);

where

mFadeInTime = animationTime(...);
mFadeOutTime = animationTime(...);

Depends on D13740

Test Plan: Opened/closed Kickoff.

Reviewers: KWin, mart

Reviewed By: KWin, mart

Subscribers: kwin

Tags: KWin

Differential Revision: https://phabricator.kde.org/D13801

Details

Committed
zzagJul 2 2018, 9:58 AM
Reviewer
KWin
Differential Revision
D13801: [effects/slidingpopups] Port to TimeLine
Parents
R108:89001b1a5afb: Don't detach list of damaged windows when sending 'done' events
Branches
Unknown
Tags
Unknown