Skip to content

Disable Behavior and Transition animations when needed

Part of plasma-workspace#133 (closed).

When animations are globally disabled, their durations evaluate to 0.

Behavior and Transition objects for animations can produce unusual results with a duration of 0; better to disable them entirely.

Most of the Behavior objects already had this treatment, but the Transition objects did not. Do them too.

Merge request reports