Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/1000ship/react-scroll-motion
/ functions
Functions
27 in github.com/1000ship/react-scroll-motion
⨍
Functions
27
◇
Types & classes
7
↓ 16 callers
Function
SimpleInterpolation
( from: number, to: number, value: number )
src/utils/interpolation.ts:1
↓ 15 callers
Function
batch
(...animations: Animation[])
src/animations/AnimationTool.ts:8
↓ 12 callers
Function
Fade
(from: number = 0, to: number = 1)
src/animations/FadeAnimation.ts:4
↓ 12 callers
Function
Sticky
(left: number = 50, top: number = 50)
src/animations/StickyAnimation.ts:4
↓ 9 callers
Function
MoveOut
(dx: number = 0, dy: number = -100)
src/animations/MoveAnimation.ts:45
↓ 6 callers
Function
MoveIn
(dx: number = 0, dy: number = 100)
src/animations/MoveAnimation.ts:32
↓ 3 callers
Function
FadeIn
(from: number = 0, to: number = 1)
src/animations/FadeAnimation.ts:17
↓ 3 callers
Function
Move
( dx: number = 0, dy: number = 100, outDx: number | null = null, outDy: number | null = -100 )
src/animations/MoveAnimation.ts:4
↓ 3 callers
Function
StickyIn
(left: number = 50, top: number = 50)
src/animations/StickyAnimation.ts:23
↓ 3 callers
Function
ZoomIn
(from: number = 10, to: number = 1)
src/animations/ZoomAnimation.ts:19
↓ 2 callers
Function
callIfFunc
(value: StyleValue, ...params: any)
src/animations/AnimationTool.ts:5
↓ 2 callers
Function
computeStyle
(style: Style = {}, ...params: any[])
src/utils/computeStyle.ts:3
↓ 1 callers
Function
Spin
(cycle: number, direction: "in" | "out" | "both" = "both")
examples/next-page-router/pages/index.tsx:30
↓ 1 callers
Function
Spin
(cycle: number, direction: "in" | "out" | "both" = "both")
examples/react-19/src/App.tsx:24
↓ 1 callers
Function
Spin
(cycle: number, direction: "in" | "out" | "both" = "both")
examples/next-app-router/src/app/page.tsx:25
Function
Animator
(props)
src/Animator.tsx:21
Function
App
()
examples/react-19/src/App.tsx:18
Function
FadeOut
(from: number = 0, to: number = 1)
src/animations/FadeAnimation.ts:25
Function
Home
()
examples/next-page-router/pages/index.tsx:24
Function
Home
()
examples/next-app-router/src/app/page.tsx:19
Function
MyApp
({ Component, pageProps })
examples/next-page-router/pages/_app.tsx:3
Function
RootLayout
({ children, }: Readonly<{ children: React.ReactNode; }>)
examples/next-app-router/src/app/layout.tsx:19
Function
ScrollContainer
(props)
src/ScrollContainer.tsx:28
Function
ScrollPage
(props)
src/ScrollPage.tsx:11
Function
StickyOut
(left: number = 50, top: number = 50)
src/animations/StickyAnimation.ts:42
Function
Zoom
(from: number = 10, to: number = 1)
src/animations/ZoomAnimation.ts:4
Function
ZoomOut
(from: number = 1, to: number = 10)
src/animations/ZoomAnimation.ts:28