Scrolling text on a web page (JavaScript, CSS and / or HTML)

I am trying to figure out how to do a “writer-type scroll” in JavaScript for a text field on a web page, but I was out of luck. Essentially, I'm trying to make a text box that when creating a new line automatically scrolls the document to keep the new line in the same position as the previous line. I saw something similar in desktop applications like Write Monkey, but I can't figure out how to do this in JavaScript.

Thanks in advance for any suggestions!

+3
source share
2 answers

- , , Facebook, , , .., , . , , - .

, , . : " ", , . , CSS.

, , RETURN, , , , .

0

Source: https://habr.com/ru/post/1795955/


All Articles