D29823: Increasing the zoom effect and adding "launcherBounceLevel" config option
Michail Vourlakos
noreply at phabricator.kde.org
Wed May 20 17:15:55 BST 2020
mvourlakos added a comment.
1. Provide videos with before and after
2. I dont think I am interested in adding a bounce slider in Tasks for this
3. You increase the max zoom factor to 500% this is out of scope
4. I can accept an improvement for bouncing animation but without [2] and [3] and as long as the improvement is not subjective
INLINE COMMENTS
> LauncherAnimation.qml:54
> property: (icList.orientation == Qt.Vertical) ? "tempScaleWidth" : "tempScaleHeight"
> - to: taskItem.containsMouse ? 1+2*(taskItem.parabolic.factor.maxZoom-1) : 1 + (0.65 * (taskItem.parabolic.factor.maxZoom-1))
> + //TODO Add a slider in the AppearanceConfig to adjust the launcherBounceLevel value
> + to: taskItem.containsMouse ? 1+2*(plasmoid.configuration.launcherBounceLevel/10 -1) : 1 + (0.65 * (plasmoid.configuration.launcherBounceLevel /10-1))
I am not interested in adding a launcher bounce level slider
> AppearanceConfig.qml:283
> from: 1
> - to: 2
> + to: 5
> stepSize: 0.05
how this is relevant to your comments?
you increase the maximum zoom level from 200% to 500%
REPOSITORY
R878 Latte Dock
REVISION DETAIL
https://phabricator.kde.org/D29823
To: parsa, mvourlakos
Cc: plasma-devel, acemond, Orage, LeGast00n, The-Feren-OS-Dev, cblack, kkoma, jraleigh, zachus, mbehrendt, fbampaloukas, niccolove, ragreen, lavender, ZrenBot, ngraham, himcesjf, mvourlakos, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, ahiemstra, mart
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20200520/668128e1/attachment.htm>
More information about the Plasma-devel
mailing list