MCPcopy Create free account

hub / github.com/1000ship/react-scroll-motion / functions

Functions27 in github.com/1000ship/react-scroll-motion

↓ 16 callersFunctionSimpleInterpolation
( from: number, to: number, value: number )
src/utils/interpolation.ts:1
↓ 15 callersFunctionbatch
(...animations: Animation[])
src/animations/AnimationTool.ts:8
↓ 12 callersFunctionFade
(from: number = 0, to: number = 1)
src/animations/FadeAnimation.ts:4
↓ 12 callersFunctionSticky
(left: number = 50, top: number = 50)
src/animations/StickyAnimation.ts:4
↓ 9 callersFunctionMoveOut
(dx: number = 0, dy: number = -100)
src/animations/MoveAnimation.ts:45
↓ 6 callersFunctionMoveIn
(dx: number = 0, dy: number = 100)
src/animations/MoveAnimation.ts:32
↓ 3 callersFunctionFadeIn
(from: number = 0, to: number = 1)
src/animations/FadeAnimation.ts:17
↓ 3 callersFunctionMove
( dx: number = 0, dy: number = 100, outDx: number | null = null, outDy: number | null = -100 )
src/animations/MoveAnimation.ts:4
↓ 3 callersFunctionStickyIn
(left: number = 50, top: number = 50)
src/animations/StickyAnimation.ts:23
↓ 3 callersFunctionZoomIn
(from: number = 10, to: number = 1)
src/animations/ZoomAnimation.ts:19
↓ 2 callersFunctioncallIfFunc
(value: StyleValue, ...params: any)
src/animations/AnimationTool.ts:5
↓ 2 callersFunctioncomputeStyle
(style: Style = {}, ...params: any[])
src/utils/computeStyle.ts:3
↓ 1 callersFunctionSpin
(cycle: number, direction: "in" | "out" | "both" = "both")
examples/next-page-router/pages/index.tsx:30
↓ 1 callersFunctionSpin
(cycle: number, direction: "in" | "out" | "both" = "both")
examples/react-19/src/App.tsx:24
↓ 1 callersFunctionSpin
(cycle: number, direction: "in" | "out" | "both" = "both")
examples/next-app-router/src/app/page.tsx:25
FunctionAnimator
(props)
src/Animator.tsx:21
FunctionApp
()
examples/react-19/src/App.tsx:18
FunctionFadeOut
(from: number = 0, to: number = 1)
src/animations/FadeAnimation.ts:25
FunctionHome
()
examples/next-page-router/pages/index.tsx:24
FunctionHome
()
examples/next-app-router/src/app/page.tsx:19
FunctionMyApp
({ Component, pageProps })
examples/next-page-router/pages/_app.tsx:3
FunctionRootLayout
({ children, }: Readonly<{ children: React.ReactNode; }>)
examples/next-app-router/src/app/layout.tsx:19
FunctionScrollContainer
(props)
src/ScrollContainer.tsx:28
FunctionScrollPage
(props)
src/ScrollPage.tsx:11
FunctionStickyOut
(left: number = 50, top: number = 50)
src/animations/StickyAnimation.ts:42
FunctionZoom
(from: number = 10, to: number = 1)
src/animations/ZoomAnimation.ts:4
FunctionZoomOut
(from: number = 1, to: number = 10)
src/animations/ZoomAnimation.ts:28