MCPcopy
hub / github.com/darkroomengineering/lenis / emit

Method emit

packages/core/src/lenis.ts:604–606  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

602 }
603
604 private emit() {
605 this.emitter.emit('scroll', this)
606 }
607
608 private onNativeScroll = () => {
609 if (this._resetVelocityTimeout !== null) {

Callers 6

LenisClass · 0.95
resizeMethod · 0.95
internalStartMethod · 0.95
internalStopMethod · 0.95
scrollToMethod · 0.95
VirtualScrollClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected