D18000: Tweak slidingpopups effect to make animation smoother and more consistent

Vlad Zahorodnii noreply at phabricator.kde.org
Mon Dec 30 11:49:52 GMT 2019


zzag added inline comments.

INLINE COMMENTS

> slidingpopups.cpp:141
>          if (slideLength < geo.width()) {
> -            data.multiplyOpacity(t);
> +            data.multiplyOpacity(interpolate(0.0, 1.0, t));
>          }

`data.multiplyOpacity(t)` and `data.multiplyOpacity(interpolate(0.0, 1.0, t));` do the same thing. Could you please revert this change?

REPOSITORY
  R108 KWin

REVISION DETAIL
  https://phabricator.kde.org/D18000

To: ngraham, #vdg, zzag, #kwin, sefaeyeoglu
Cc: niccolove, ngraham, abetts, davidedmundson, zzag, kwin, LeGast00n, The-Feren-OS-Dev, sbergeron, jraleigh, zachus, fbampaloukas, GB_2, mkulinski, ragreen, jackyalcine, iodelay, crozbo, bwowk, ZrenBot, alexeymin, himcesjf, lesliezhai, ali-mohamed, hardening, romangg, jensreuterberg, sebas, apol, ahiemstra, mart
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kwin/attachments/20191230/4ccda7a3/attachment-0001.html>


More information about the kwin mailing list