[effects/slidingpopups] Port to TimeLine
ClosedPublic

Authored by zzag on Jun 29 2018, 9:14 PM.

Details

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.

Diff Detail

Repository
R108 KWin
Branch
effects-slidingpopups-port-to-timeline
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 549
Build 561: arc lint + arc unit
zzag created this revision.Jun 29 2018, 9:14 PM
Restricted Application added a project: KWin. · View Herald TranscriptJun 29 2018, 9:14 PM
Restricted Application added a subscriber: kwin. · View Herald Transcript
zzag requested review of this revision.Jun 29 2018, 9:14 PM
zzag added a comment.Jun 29 2018, 9:20 PM
This comment was removed by zzag.
zzag updated this revision to Diff 37033.Jul 2 2018, 8:39 AM

Fix props

mart accepted this revision.Jul 2 2018, 9:26 AM
This revision is now accepted and ready to land.Jul 2 2018, 9:26 AM
This revision was automatically updated to reflect the committed changes.