Bug 308991 - Common animation settings for effects of same type
Summary: Common animation settings for effects of same type
Status: RESOLVED INTENTIONAL
Alias: None
Product: kwin
Classification: Plasma
Component: compositing (other bugs)
Version First Reported In: 4.9.2
Platform: unspecified Linux
: NOR wishlist
Target Milestone: 5
Assignee: KWin default assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-25 17:44 UTC by Martin Flöser
Modified: 2025-06-12 12:37 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Flöser 2012-10-25 17:44:10 UTC
If two effects do the same, e.g. fade in/out a window they should for a consistent user experience use the same duration and curve shape.

KWin::Effect should be extended to provide a set of default Animation settings for the most common animations:
* translucency changes
* brightness changes
* movements
Comment 1 Vlad Zahorodnii 2025-06-12 12:37:57 UTC
Animations follow the global animation factor now. Regarding synchronizing other properties, e.g. easing curves, the gains don't seem worth it. We will put quite a lot of complexity in it, but the gains will be small. Also, some animations are just too different, for example in the overview effect we intentionally not use what HIG suggests us to use.