telegram-tt
telegram-tt copied to clipboard
Question: about scrollTo?
I noted that you using request animation frame to reach smooth scrolling animation in tabs and chat components, are there any reasons why you abandoned the element.scrollTo with smooth behavior?
Originally it was not supported in some browsers, such as Safari. Now we may look at it again at some point.