MCPcopy 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
134export function scrollToTop () {
135 $('body, html').stop(true, true).animate({
136 scrollTop: 0
137 }, 100, 'linear')
138}
139
140export function scrollToBottom () {
141 $('body, html').stop(true, true).animate({

Callers

nothing calls this directly

Calls 1

stopMethod · 0.45

Tested by

no test coverage detected