kwin/effects/slidingpopups
Vlad Zagorodniy 22a6cab15f [effects/slidingpopups] Port to TimeLine
Summary:
In addition to porting to TimeLine, this change also fixes quadratic
scaling of animation durations:

```lang=cpp
animData.fadeInDuration = animationTime(mFadeInTime);
animData.fadeOutDuration = animationTime(mFadeOutTime);
```

where

```lang=cpp
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
2018-07-02 12:58:14 +03:00
..
CMakeLists.txt
slidingpopups.cpp [effects/slidingpopups] Port to TimeLine 2018-07-02 12:58:14 +03:00
slidingpopups.h [effects/slidingpopups] Port to TimeLine 2018-07-02 12:58:14 +03:00
slidingpopups.kcfg
slidingpopupsconfig.kcfgc