mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 18:54:09 -04:00
...
This commit is contained in:
parent
a82cfc7d7f
commit
a6df18b4d2
@ -181,6 +181,9 @@ class PagedDisplay
|
|||||||
window.scrollTo(pos, 0)
|
window.scrollTo(pos, 0)
|
||||||
|
|
||||||
animated_scroll: (pos, duration=1000, notify=true) ->
|
animated_scroll: (pos, duration=1000, notify=true) ->
|
||||||
|
# Scroll the window to X-position pos in an animated fashion over
|
||||||
|
# duration milliseconds. If notify is true, py_bridge.animated_scroll_done is
|
||||||
|
# called.
|
||||||
delta = pos - window.pageXOffset
|
delta = pos - window.pageXOffset
|
||||||
interval = 50
|
interval = 50
|
||||||
steps = Math.floor(duration/interval)
|
steps = Math.floor(duration/interval)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user