Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/motiondivision/motion
/ functions
Functions
1,999 in github.com/motiondivision/motion
⨍
Functions
1,999
◇
Types & classes
338
Method
resizeUnblockUpdate
()
packages/motion-dom/src/projection/node/create-projection-node.ts:462
Function
resolveContainer
()
packages/framer-motion/src/motion/__tests__/transition-keyframes.test.tsx:8
Function
resolveContainer
()
packages/framer-motion/src/motion/__tests__/unit-type-shadow.test.tsx:17
Function
resolveContainer
()
packages/framer-motion/src/motion/__tests__/animate-prop.test.tsx:209
Function
resolvePromise
()
packages/framer-motion/src/animation/animators/waapi/__tests__/css-variables.test.tsx:144
Function
resolveTargetDelta
(node: IProjectionNode)
packages/motion-dom/src/projection/node/create-projection-node.ts:2375
Method
resolveTargetDelta
(forceRecalculation = false)
packages/motion-dom/src/projection/node/create-projection-node.ts:1189
Method
restoreTransform
()
packages/framer-motion/src/animation/hooks/use-animated-state.ts:29
Method
resumeAnimation
()
packages/framer-motion/src/gestures/drag/VisualElementDragControls.ts:237
Function
resumeSuspendedAnimations
()
packages/framer-motion/src/animation/optimized-appear/start.ts:37
Function
rotate
(v: number[])
packages/motion-dom/src/render/dom/parse-transform.ts:12
Function
scheduleAnimation
()
packages/motion-dom/src/value/follow-value.ts:123
Method
scheduleCheckAfterUnmount
()
packages/motion-dom/src/projection/node/create-projection-node.ts:830
Method
scheduleRender
()
packages/motion-dom/src/projection/shared/stack.ts:83
Function
scheduleRenderMicrotask
()
packages/motion-dom/src/render/VisualElement.ts:963
Function
scheduleUpdate
()
packages/framer-motion/src/value/use-combine-values.ts:35
Function
scheduleUpdate
()
packages/motion-dom/src/value/subscribe-value.ts:10
Method
scheduleUpdateProjection
()
packages/motion-dom/src/projection/node/create-projection-node.ts:823
Function
scopedAnimate
* Implementation
packages/framer-motion/src/animation/animate/index.ts:87
Function
scopedAnimate
( elementOrSelector: ElementOrSelector, keyframes: DOMKeyframesDefinition, options?: D
packages/framer-motion/src/animation/animators/waapi/animate-style.ts:12
Function
scrapeMotionValuesFromProps
* This method takes React props and returns found MotionValues. For example, HTML * MotionValues will be found within the style prop, whereas for
packages/motion-dom/src/render/VisualElement.ts:189
Method
scrapeMotionValuesFromProps
()
packages/framer-motion/src/render/utils/__tests__/StateVisualElement.ts:14
Method
scrapeMotionValuesFromProps
()
packages/framer-motion/src/animation/hooks/use-animated-state.ts:32
Method
scrapeMotionValuesFromProps
( props: MotionNodeOptions, prevProps: MotionNodeOptions, visualElement: VisualElement
packages/motion-dom/src/render/html/HTMLVisualElement.ts:65
Function
setAnimateFunction
* This just allows us to inject mocked animation functions * @internal
packages/motion-dom/src/render/utils/animation-state.ts:101
Function
setBaseTarget
* Set the base target to later animate back to. This is currently * only hydrated on creation and when we first read a value.
packages/motion-dom/src/render/VisualElement.ts:893
Method
setFinalKeyframe
()
packages/motion-dom/src/animation/keyframes/KeyframesResolver.ts:194
Function
setRef
(element: Element | null)
packages/framer-motion/src/components/Reorder/Group.tsx:147
Function
setRef
(el: HTMLDivElement | null)
dev/react/src/tests/animate-virtualized-list-memory.tsx:69
Function
setStaticValue
(key: string, value: AnyResolvedKeyframe)
packages/motion-dom/src/render/VisualElement.ts:705
Function
setY
()
packages/framer-motion/src/value/__tests__/use-transform.test.tsx:159
Method
shared
(id: string, transition: AnimationOptions)
packages/motion-dom/src/layout/LayoutAnimationBuilder.ts:294
Method
show
()
packages/motion-dom/src/projection/node/create-projection-node.ts:1558
Method
skipTransition
()
packages/motion-dom/src/view/types.global.ts:14
Function
sortInstanceNodePosition
(a: Instance, b: Instance)
packages/motion-dom/src/render/dom/DOMVisualElement.ts:15
Method
sortInstanceNodePosition
()
packages/framer-motion/src/render/utils/__tests__/StateVisualElement.ts:18
Method
sortInstanceNodePosition
()
packages/framer-motion/src/animation/hooks/use-animated-state.ts:47
Function
sortNodePosition
(other: VisualElement<Instance>)
packages/motion-dom/src/render/VisualElement.ts:610
Method
speed
()
packages/motion-dom/src/animation/JSAnimation.ts:421
Method
speed
()
packages/motion-dom/src/animation/AsyncMotionValueAnimation.ts:239
Method
speed
* The playback speed of the animation. * 1 = normal speed, 2 = double speed, 0.5 = half speed.
packages/motion-dom/src/animation/NativeAnimation.ts:221
Method
speed
()
packages/motion-dom/src/animation/GroupAnimation.ts:62
Function
start
(definition, transitionOverride)
packages/framer-motion/src/animation/hooks/animation-controls.ts:62
Function
startOptimizedAppearAnimation
( element: HTMLElement, name: string, keyframes: string[] | number[], options: ValueAnimationT
packages/framer-motion/src/animation/optimized-appear/start.ts:45
Function
startPointer
()
dev/react/src/examples/useSpring.tsx:99
Function
startPress
(startEvent: PointerEvent)
packages/motion-dom/src/gestures/press/index.ts:57
Function
startTime
()
packages/framer-motion/src/animation/animators/waapi/__tests__/polyfill.js:1328
Method
startTime
()
packages/motion-dom/src/animation/AsyncMotionValueAnimation.ts:251
Method
startTime
()
packages/motion-dom/src/animation/NativeAnimation.ts:238
Method
startTime
()
packages/motion-dom/src/animation/GroupAnimation.ts:74
Method
startUpdate
()
packages/motion-dom/src/projection/node/create-projection-node.ts:641
Method
state
()
packages/motion-dom/src/animation/AsyncMotionValueAnimation.ts:243
Method
state
()
packages/motion-dom/src/animation/NativeAnimation.ts:232
Method
state
()
packages/motion-dom/src/animation/GroupAnimation.ts:70
Function
stop
()
packages/framer-motion/src/animation/hooks/animation-controls.ts:91
Function
subscribe
(visualElement)
packages/framer-motion/src/animation/hooks/animation-controls.ts:57
Function
testEase
(p: number)
packages/motion-utils/src/easing/modifiers/__tests__/mirror.test.ts:3
Function
testNestedDrag
(query: string)
packages/framer-motion/cypress/integration/layout-relative-drag.ts:16
Method
then
* Allows the returned animation to be awaited or promise-chained. Currently * resolves when the animation finishes at all but in a future update
packages/motion-dom/src/animation/JSAnimation.ts:358
Method
then
(onResolve: VoidFunction, _onReject?: VoidFunction)
packages/motion-dom/src/animation/GroupAnimationWithThen.ts:8
Method
time
()
packages/motion-dom/src/animation/JSAnimation.ts:371
Method
time
()
packages/motion-dom/src/animation/AsyncMotionValueAnimation.ts:231
Method
time
()
packages/motion-dom/src/animation/NativeAnimation.ts:202
Method
time
()
packages/motion-dom/src/animation/GroupAnimation.ts:54
Function
track
()
dev/react/src/tests/waapi-interrupt-transform.tsx:30
Function
transform
(code)
packages/motion/rollup.config.mjs:49
Function
transform
(code)
packages/motion-utils/rollup.config.mjs:35
Function
triggerBuild
()
packages/motion-dom/src/render/VisualElement.ts:666
Function
triggerCallback
(callback: Process)
packages/motion-dom/src/frameloop/render-step.ts:30
Function
triggerResize
()
packages/motion-dom/src/resize/__tests__/mock-resize-observer.ts:46
Function
tryStart
()
packages/framer-motion/src/value/use-scroll.ts:158
Function
u
(a, b, c)
packages/framer-motion/src/animation/animators/waapi/__tests__/polyfill.js:218
Method
unblockUpdate
()
packages/motion-dom/src/projection/node/types.ts:81
Function
unmount
()
packages/motion-dom/src/render/VisualElement.ts:504
Method
unmount
()
packages/framer-motion/src/motion/features/animation/index.ts:43
Method
unmount
()
packages/framer-motion/src/motion/features/animation/exit.ts:89
Method
unmount
()
packages/framer-motion/src/gestures/press.ts:56
Method
unmount
()
packages/framer-motion/src/gestures/focus.ts:41
Method
unmount
()
packages/framer-motion/src/gestures/drag/index.ts:40
Method
unmount
()
packages/framer-motion/src/gestures/pan/index.ts:60
Method
unobserve
()
packages/framer-motion/src/jest.setup.tsx:29
Function
unstable_animateLayout
( scopeOrUpdateDom, updateDomOrOptions, options )
dev/html/src/imports/animate-layout.js:8
Function
update
(newProps: any, type: any, animateChanges = true)
packages/framer-motion/src/render/utils/__tests__/animation-state.test.ts:32
Function
update
* Update the provided props. Ensure any newly-added motion values are * added to our map, old ones removed, and listeners updated.
packages/motion-dom/src/render/VisualElement.ts:713
Method
update
()
packages/framer-motion/src/motion/features/animation/index.ts:35
Method
update
()
packages/framer-motion/src/motion/features/animation/exit.ts:9
Function
updateFeatures
()
packages/motion-dom/src/render/VisualElement.ts:628
Function
updateLayout
(node: IProjectionNode)
packages/motion-dom/src/projection/node/create-projection-node.ts:2149
Method
updateLayout
()
packages/motion-dom/src/projection/node/create-projection-node.ts:898
Function
updateVelocity
()
packages/framer-motion/src/value/use-velocity.ts:20
Function
useAnimationControls
()
packages/framer-motion/src/animation/hooks/use-animation.ts:37
Function
useInvertedScale
( scale?: Partial<ScaleMotionValues> )
packages/framer-motion/src/value/use-inverted-scale.ts:43
Function
useMotionValueChild
( children: MotionValue<number | string>, visualElement?: VisualElement<HTMLElement | SVGElement> )
packages/framer-motion/src/render/dom/use-motion-value-child.ts:7
Function
usePageInView
()
packages/framer-motion/src/utils/use-page-in-view.ts:5
Function
useResetProjection
()
packages/framer-motion/src/projection/use-reset-projection.ts:4
Function
useTime
()
packages/framer-motion/src/value/use-time.ts:6
Function
width
()
packages/motion-dom/src/resize/handle-window.ts:10
Function
width
()
packages/motion-dom/src/resize/handle-element.ts:33
Function
x
(a)
packages/framer-motion/src/animation/animators/waapi/__tests__/polyfill.js:230
← previous
1,901–1,999 of 1,999, ranked by callers