| Summary: | Make animations independent of Plasma animations speed | ||
|---|---|---|---|
| Product: | [Unmaintained] lattedock | Reporter: | gregorystarr00 |
| Component: | application | Assignee: | Michail Vourlakos <mvourlakos> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 0.9.9 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://commits.kde.org/latte-dock/1c88a97c5592f32fb154a13ca33b2bed52dc75b4 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
gregorystarr00
2020-03-15 15:44:09 UTC
0.9.9 has adjusted to new Plasma animations make sure you havent set Plasma animations too fast... In general with 0.9.9 if Latte animations are fast then your plasma animations should also be fast... On the other hand, having independent animations speed might be a good idea... Even though it is a vast change in qml files... I will leave it open in order to test it out, and of course this could be applied only in master version... For v0.9.x nothing more can be done... For v0.9.x the users must play with Plasma animations speed and Latte animations speed in order to find a workable animations speed... (In reply to Michail Vourlakos from comment #1) > 0.9.9 has adjusted to new Plasma animations make sure you havent set Plasma > animations too fast... In general with 0.9.9 if Latte animations are fast > then your plasma animations should also be fast... I set my plasma animations fast because for most UI things, faster animations look better. Unfortunately, for animations such as bouncing, the faster animation speed makes it look ridiculous. Non-transistional animations (such as the bouncing) should be independent from the animation speed set in plasma Git commit 1c88a97c5592f32fb154a13ca33b2bed52dc75b4 by Michail Vourlakos. Committed on 24/03/2020 at 10:46. Pushed by mvourlakos into branch 'master'. app animations independent of plasma durations --plasma durations can mess up the Latte animations experience a lot. We now use our own set animations durations which are independent of what the user chose for plasma animations speed. M +1 -1 containment/package/contents/ui/PanelBox.qml M +2 -2 containment/package/contents/ui/VisibilityManager.qml M +4 -4 containment/package/contents/ui/applet/AppletItem.qml M +1 -1 containment/package/contents/ui/applet/ItemWrapper.qml M +6 -6 containment/package/contents/ui/editmode/ConfigOverlay.qml M +1 -1 containment/package/contents/ui/editmode/Visual.qml M +8 -5 containment/package/contents/ui/main.qml M +3 -3 indicators/default/package/ui/main.qml M +13 -0 liblatte2/quickwindowsystem.cpp M +8 -0 liblatte2/quickwindowsystem.h M +3 -3 plasmoid/package/contents/ui/indicators/styles/LatteIndicator.qml M +10 -7 plasmoid/package/contents/ui/main.qml M +5 -5 plasmoid/package/contents/ui/task/IconItem.qml M +7 -7 plasmoid/package/contents/ui/task/TaskItem.qml M +2 -2 plasmoid/package/contents/ui/task/animations/ClickedAnimation.qml M +1 -1 plasmoid/package/contents/ui/task/animations/LauncherAnimation.qml M +1 -1 plasmoid/package/contents/ui/task/animations/NewWindowAnimation.qml M +1 -1 plasmoid/package/contents/ui/task/animations/RealRemovalAnimation.qml M +1 -1 plasmoid/package/contents/ui/task/animations/RemoveWindowFromGroupAnimation.qml M +1 -1 plasmoid/package/contents/ui/task/animations/ShowWindowAnimation.qml M +2 -2 plasmoid/package/contents/ui/taskslayout/ScrollableList.qml https://commits.kde.org/latte-dock/1c88a97c5592f32fb154a13ca33b2bed52dc75b4 |