emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

scroll-down with pixel transition


From: Tak Kunihiro
Subject: scroll-down with pixel transition
Date: Mon, 10 Apr 2017 08:49:59 +0900

I see scroll-up a line with pixel transition can be implemented
by `set-window-vscroll' as shown below.

(progn
  (vertical-motion 1)
  (dolist (vs (number-sequence 1 (1- (frame-char-height))))
    (set-window-vscroll nil vs t) (sit-for 0.001))
  (scroll-up 1))

Do you have ideas to scroll-down with pixel transition?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]