https://bugs.kde.org/show_bug.cgi?id=450268

--- Comment #14 from bastimeyer...@gmail.com ---
My animation scaling factor currently is 0.7:
```
$ grep AnimationDurationFactor ~/.config/kdeglobals
AnimationDurationFactor=0.7071067811865475
```

Dividing the *constant* value of 200 by the animation duration factor
```
200.0 / effects->animationTimeFactor()
```
means that the faster I want my desktop's animations to be (lower animation
duration factor values), the slower the slide animation will be.

And if I set the animation speed to "instant", which means an animation
duration factor of 0, kwin crashes because of a division by zero.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to