MCPcopy Create free account

hub / github.com/motiondivision/motion / functions

Functions1,999 in github.com/motiondivision/motion

MethodresizeUnblockUpdate
()
packages/motion-dom/src/projection/node/create-projection-node.ts:462
FunctionresolveContainer
()
packages/framer-motion/src/motion/__tests__/transition-keyframes.test.tsx:8
FunctionresolveContainer
()
packages/framer-motion/src/motion/__tests__/unit-type-shadow.test.tsx:17
FunctionresolveContainer
()
packages/framer-motion/src/motion/__tests__/animate-prop.test.tsx:209
FunctionresolvePromise
()
packages/framer-motion/src/animation/animators/waapi/__tests__/css-variables.test.tsx:144
FunctionresolveTargetDelta
(node: IProjectionNode)
packages/motion-dom/src/projection/node/create-projection-node.ts:2375
MethodresolveTargetDelta
(forceRecalculation = false)
packages/motion-dom/src/projection/node/create-projection-node.ts:1189
MethodrestoreTransform
()
packages/framer-motion/src/animation/hooks/use-animated-state.ts:29
MethodresumeAnimation
()
packages/framer-motion/src/gestures/drag/VisualElementDragControls.ts:237
FunctionresumeSuspendedAnimations
()
packages/framer-motion/src/animation/optimized-appear/start.ts:37
Functionrotate
(v: number[])
packages/motion-dom/src/render/dom/parse-transform.ts:12
FunctionscheduleAnimation
()
packages/motion-dom/src/value/follow-value.ts:123
MethodscheduleCheckAfterUnmount
()
packages/motion-dom/src/projection/node/create-projection-node.ts:830
MethodscheduleRender
()
packages/motion-dom/src/projection/shared/stack.ts:83
FunctionscheduleRenderMicrotask
()
packages/motion-dom/src/render/VisualElement.ts:963
FunctionscheduleUpdate
()
packages/framer-motion/src/value/use-combine-values.ts:35
FunctionscheduleUpdate
()
packages/motion-dom/src/value/subscribe-value.ts:10
MethodscheduleUpdateProjection
()
packages/motion-dom/src/projection/node/create-projection-node.ts:823
FunctionscopedAnimate
* Implementation
packages/framer-motion/src/animation/animate/index.ts:87
FunctionscopedAnimate
( elementOrSelector: ElementOrSelector, keyframes: DOMKeyframesDefinition, options?: D
packages/framer-motion/src/animation/animators/waapi/animate-style.ts:12
FunctionscrapeMotionValuesFromProps
* 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
MethodscrapeMotionValuesFromProps
()
packages/framer-motion/src/render/utils/__tests__/StateVisualElement.ts:14
MethodscrapeMotionValuesFromProps
()
packages/framer-motion/src/animation/hooks/use-animated-state.ts:32
MethodscrapeMotionValuesFromProps
( props: MotionNodeOptions, prevProps: MotionNodeOptions, visualElement: VisualElement
packages/motion-dom/src/render/html/HTMLVisualElement.ts:65
FunctionsetAnimateFunction
* This just allows us to inject mocked animation functions * @internal
packages/motion-dom/src/render/utils/animation-state.ts:101
FunctionsetBaseTarget
* 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
MethodsetFinalKeyframe
()
packages/motion-dom/src/animation/keyframes/KeyframesResolver.ts:194
FunctionsetRef
(element: Element | null)
packages/framer-motion/src/components/Reorder/Group.tsx:147
FunctionsetRef
(el: HTMLDivElement | null)
dev/react/src/tests/animate-virtualized-list-memory.tsx:69
FunctionsetStaticValue
(key: string, value: AnyResolvedKeyframe)
packages/motion-dom/src/render/VisualElement.ts:705
FunctionsetY
()
packages/framer-motion/src/value/__tests__/use-transform.test.tsx:159
Methodshared
(id: string, transition: AnimationOptions)
packages/motion-dom/src/layout/LayoutAnimationBuilder.ts:294
Methodshow
()
packages/motion-dom/src/projection/node/create-projection-node.ts:1558
MethodskipTransition
()
packages/motion-dom/src/view/types.global.ts:14
FunctionsortInstanceNodePosition
(a: Instance, b: Instance)
packages/motion-dom/src/render/dom/DOMVisualElement.ts:15
MethodsortInstanceNodePosition
()
packages/framer-motion/src/render/utils/__tests__/StateVisualElement.ts:18
MethodsortInstanceNodePosition
()
packages/framer-motion/src/animation/hooks/use-animated-state.ts:47
FunctionsortNodePosition
(other: VisualElement<Instance>)
packages/motion-dom/src/render/VisualElement.ts:610
Methodspeed
()
packages/motion-dom/src/animation/JSAnimation.ts:421
Methodspeed
()
packages/motion-dom/src/animation/AsyncMotionValueAnimation.ts:239
Methodspeed
* The playback speed of the animation. * 1 = normal speed, 2 = double speed, 0.5 = half speed.
packages/motion-dom/src/animation/NativeAnimation.ts:221
Methodspeed
()
packages/motion-dom/src/animation/GroupAnimation.ts:62
Functionstart
(definition, transitionOverride)
packages/framer-motion/src/animation/hooks/animation-controls.ts:62
FunctionstartOptimizedAppearAnimation
( element: HTMLElement, name: string, keyframes: string[] | number[], options: ValueAnimationT
packages/framer-motion/src/animation/optimized-appear/start.ts:45
FunctionstartPointer
()
dev/react/src/examples/useSpring.tsx:99
FunctionstartPress
(startEvent: PointerEvent)
packages/motion-dom/src/gestures/press/index.ts:57
FunctionstartTime
()
packages/framer-motion/src/animation/animators/waapi/__tests__/polyfill.js:1328
MethodstartTime
()
packages/motion-dom/src/animation/AsyncMotionValueAnimation.ts:251
MethodstartTime
()
packages/motion-dom/src/animation/NativeAnimation.ts:238
MethodstartTime
()
packages/motion-dom/src/animation/GroupAnimation.ts:74
MethodstartUpdate
()
packages/motion-dom/src/projection/node/create-projection-node.ts:641
Methodstate
()
packages/motion-dom/src/animation/AsyncMotionValueAnimation.ts:243
Methodstate
()
packages/motion-dom/src/animation/NativeAnimation.ts:232
Methodstate
()
packages/motion-dom/src/animation/GroupAnimation.ts:70
Functionstop
()
packages/framer-motion/src/animation/hooks/animation-controls.ts:91
Functionsubscribe
(visualElement)
packages/framer-motion/src/animation/hooks/animation-controls.ts:57
FunctiontestEase
(p: number)
packages/motion-utils/src/easing/modifiers/__tests__/mirror.test.ts:3
FunctiontestNestedDrag
(query: string)
packages/framer-motion/cypress/integration/layout-relative-drag.ts:16
Methodthen
* 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
Methodthen
(onResolve: VoidFunction, _onReject?: VoidFunction)
packages/motion-dom/src/animation/GroupAnimationWithThen.ts:8
Methodtime
()
packages/motion-dom/src/animation/JSAnimation.ts:371
Methodtime
()
packages/motion-dom/src/animation/AsyncMotionValueAnimation.ts:231
Methodtime
()
packages/motion-dom/src/animation/NativeAnimation.ts:202
Methodtime
()
packages/motion-dom/src/animation/GroupAnimation.ts:54
Functiontrack
()
dev/react/src/tests/waapi-interrupt-transform.tsx:30
Functiontransform
(code)
packages/motion/rollup.config.mjs:49
Functiontransform
(code)
packages/motion-utils/rollup.config.mjs:35
FunctiontriggerBuild
()
packages/motion-dom/src/render/VisualElement.ts:666
FunctiontriggerCallback
(callback: Process)
packages/motion-dom/src/frameloop/render-step.ts:30
FunctiontriggerResize
()
packages/motion-dom/src/resize/__tests__/mock-resize-observer.ts:46
FunctiontryStart
()
packages/framer-motion/src/value/use-scroll.ts:158
Functionu
(a, b, c)
packages/framer-motion/src/animation/animators/waapi/__tests__/polyfill.js:218
MethodunblockUpdate
()
packages/motion-dom/src/projection/node/types.ts:81
Functionunmount
()
packages/motion-dom/src/render/VisualElement.ts:504
Methodunmount
()
packages/framer-motion/src/motion/features/animation/index.ts:43
Methodunmount
()
packages/framer-motion/src/motion/features/animation/exit.ts:89
Methodunmount
()
packages/framer-motion/src/gestures/press.ts:56
Methodunmount
()
packages/framer-motion/src/gestures/focus.ts:41
Methodunmount
()
packages/framer-motion/src/gestures/drag/index.ts:40
Methodunmount
()
packages/framer-motion/src/gestures/pan/index.ts:60
Methodunobserve
()
packages/framer-motion/src/jest.setup.tsx:29
Functionunstable_animateLayout
( scopeOrUpdateDom, updateDomOrOptions, options )
dev/html/src/imports/animate-layout.js:8
Functionupdate
(newProps: any, type: any, animateChanges = true)
packages/framer-motion/src/render/utils/__tests__/animation-state.test.ts:32
Functionupdate
* 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
Methodupdate
()
packages/framer-motion/src/motion/features/animation/index.ts:35
Methodupdate
()
packages/framer-motion/src/motion/features/animation/exit.ts:9
FunctionupdateFeatures
()
packages/motion-dom/src/render/VisualElement.ts:628
FunctionupdateLayout
(node: IProjectionNode)
packages/motion-dom/src/projection/node/create-projection-node.ts:2149
MethodupdateLayout
()
packages/motion-dom/src/projection/node/create-projection-node.ts:898
FunctionupdateVelocity
()
packages/framer-motion/src/value/use-velocity.ts:20
FunctionuseAnimationControls
()
packages/framer-motion/src/animation/hooks/use-animation.ts:37
FunctionuseInvertedScale
( scale?: Partial<ScaleMotionValues> )
packages/framer-motion/src/value/use-inverted-scale.ts:43
FunctionuseMotionValueChild
( children: MotionValue<number | string>, visualElement?: VisualElement<HTMLElement | SVGElement> )
packages/framer-motion/src/render/dom/use-motion-value-child.ts:7
FunctionusePageInView
()
packages/framer-motion/src/utils/use-page-in-view.ts:5
FunctionuseResetProjection
()
packages/framer-motion/src/projection/use-reset-projection.ts:4
FunctionuseTime
()
packages/framer-motion/src/value/use-time.ts:6
Functionwidth
()
packages/motion-dom/src/resize/handle-window.ts:10
Functionwidth
()
packages/motion-dom/src/resize/handle-element.ts:33
Functionx
(a)
packages/framer-motion/src/animation/animators/waapi/__tests__/polyfill.js:230
← previous1,901–1,999 of 1,999, ranked by callers