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 [effects] Drop the .desktop files for the BuiltIn Effects 2014-04-28 13:52:43 +02:00
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 [effects] Use arg="true" in the kcfg files 2017-04-15 10:03:34 +02:00
slidingpopupsconfig.kcfgc [effects] Introduce kcfg for SlidingPopups 2016-11-16 13:05:02 +01:00