Skip to content
Verified Commit b0c635cc authored by ivan tkachenko's avatar ivan tkachenko 🗯
Browse files

sidebar: Replace OpacityAnimator with NumberAnimation for proper fade in

Animator doesn't quite work in cases where you want to bind on its
animated property value, such as here with `opacity > 0`. Setting id
for animation object and binding on its `running` property does not
always help either, as there may be multiple changes during single
frame of an event loop, resulting in item getting invisible in the
middle, which also prevents animator in its infinite lazyness from
doing anything useful.

(cherry picked from commit 1814f9f3)
parent 5cbed669
Pipeline #341915 canceled with stage
in 1 minute
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment