cscarney / syndic

Convergent feed reader for Plasma and Android
12 stars 2 forks source link

mouse wheel scrolling lag in article view #213

Closed cscarney closed 8 months ago

cscarney commented 8 months ago

Our implementation of smooth scrolling in the article page uses a Behavior on contentY that causes extreme scrolling lag when interacting with Kirigami's new smooth scrolling feature.

We can't just get rid of it because we still want the animated scrolling for page up/page down, but we need to disable it for mouse wheel scrolling.