Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/hackmdio/codimd
/ scrollToTop
Function
scrollToTop
public/js/pretty.js:134–138 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
132
})
133
134
export
function
scrollToTop () {
135
$(
'body, html'
).stop(true, true).animate({
136
scrollTop: 0
137
}, 100,
'linear'
)
138
}
139
140
export
function
scrollToBottom () {
141
$(
'body, html'
).stop(true, true).animate({
Callers
nothing calls this directly
Calls
1
stop
Method · 0.45
Tested by
no test coverage detected