MCPcopy Create free account
hub / github.com/docusealco/docuseal / hideButtons

Method hideButtons

app/javascript/elements/scroll_buttons.js:53–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51 }
52
53 hideButtons () {
54 this.classList.remove('translate-y-0', 'opacity-100')
55 this.classList.add('-translate-y-10', 'opacity-0')
56 this.inert = true
57
58 setTimeout(() => {
59 if (this.classList.contains('-translate-y-10')) {
60 this.classList.add('hidden')
61 }
62 }, 300)
63 }
64}

Callers 1

Class · 0.80

Calls 1

containsMethod · 0.80

Tested by

no test coverage detected