MCPcopy Create free account

hub / github.com/motiondivision/motion / functions

Functions1,999 in github.com/motiondivision/motion

FunctionListItem
({ color, poem, isOpen, }: { color: string poem: string isOpen: boolean })
dev/react/src/tests/animate-presence-reorder.tsx:47
FunctionMarker
({ label, x, y }: { label: string; x: number; y: number })
dev/react/src/examples/transition-arc-playground.tsx:128
FunctionMarker
({ label, x, y }: { label: string; x: number; y: number })
dev/react/src/examples/transition-arc-spring-playground.tsx:157
FunctionMeasureLayout
( props: MotionProps & { visualElement: VisualElement } )
packages/framer-motion/src/motion/features/layout/MeasureLayout.tsx:169
FunctionMockDrag
({ children }: { children: React.ReactNode })
packages/framer-motion/src/gestures/drag/__tests__/utils.tsx:61
FunctionModal
* Reproduction for #3078: AnimatePresence won't remove modal if a * child animation has a defined exit matching current values. * * Uses createPort
dev/react/src/tests/animate-presence-exit-no-op.tsx:14
FunctionMotionConfig
({ children, isValidProp, ...config }: MotionConfigProps)
packages/framer-motion/src/components/MotionConfig/index.tsx:35
FunctionMotionDOMComponent
( props: MotionComponentProps<Props>, externalRef?: React.Ref<HTMLElement | SVGElement> )
packages/framer-motion/src/motion/index.tsx:90
FunctionMotionM
()
dev/next/app/motion-m.tsx:4
FunctionMotionWithRenderChildren
(props)
dev/next/app/client-boundary.tsx:8
FunctionMouseEventExample
()
dev/react/src/examples/useSpring.tsx:84
FunctionNavigationItem
({ title, current, onClick, id, }: { title: string current?: boolean onClick?: ()
dev/next/app/layout-id/page.tsx:5
FunctionNewChallenge
({ onDone }: { onDone: () => void })
dev/react/src/tests/animate-presence-exit-no-op.tsx:57
FunctionNotification
* An example of pairing AnimatePresence with layout animations to create a notifications list * that correctly animate into their new positions as ot
dev/react/src/examples/AnimatePresence-notifications-list.tsx:9
FunctionPage
({ x, y, id }: any)
dev/react/src/tests/drag-framer-page.tsx:35
FunctionPage
()
dev/next/app/page.tsx:10
FunctionPage
()
dev/next/app/arcs/page.tsx:5
FunctionPage
()
dev/next/app/layout-id/page.tsx:52
FunctionParagraph
({ words })
dev/react/src/examples/useViewportScroll.tsx:21
FunctionParagraph
({ words })
dev/react/src/examples/useScroll.tsx:20
FunctionParagraph
({ words })
dev/react/src/examples/Animation-height-auto-display-none.tsx:140
FunctionParagraph
({ words })
dev/react/src/examples/Animation-height-auto-rotate-scale.tsx:139
FunctionParent
({ isVisible }: { isVisible: boolean })
packages/framer-motion/src/components/AnimatePresence/__tests__/use-presence.test.tsx:23
FunctionParent
({ isVisible }: { isVisible: boolean })
packages/framer-motion/src/components/AnimatePresence/__tests__/use-presence-data.test.tsx:19
FunctionParent
()
packages/framer-motion/src/utils/__tests__/use-instant-transition.test.tsx:14
FunctionParent
({ isVisible }: { isVisible: boolean })
packages/framer-motion/src/motion/__tests__/variant.test.tsx:1189
FunctionPingPong
()
dev/react/src/tests/transition-arc.tsx:154
FunctionPlaceholderFile
({ name }: { name: string })
dev/react/src/tests/drag-layout-reorder-strict.tsx:71
FunctionPopChild
({ children, isPresent, anchorX, anchorY, root, pop }: Props)
packages/framer-motion/src/components/AnimatePresence/PopChild.tsx:74
FunctionPresenceChild
({ children, initial, isPresent, onExitComplete, custom, presenceAffectsLayout, mo
packages/framer-motion/src/components/AnimatePresence/PresenceChild.tsx:27
FunctionProgressBar
({ progress, color, }: { progress: ReturnType<typeof useScroll>["scrollYProgress"] color: stri
dev/react/src/tests/scroll-view-timeline-visual.tsx:130
FunctionProjectsPage
()
dev/react/src/tests/while-in-view-remount.tsx:34
FunctionRadio
({ label, value, options, onChange, }: { label: string value: T options: readonly
dev/react/src/examples/transition-arc-playground.tsx:193
FunctionRadio
({ label, value, options, onChange, }: { label: string value: T options: readonly
dev/react/src/examples/transition-arc-spring-playground.tsx:222
FunctionReorderGroupComponent
( { children, as = "ul" as TagName, axis = "y", onReorder, values,
packages/framer-motion/src/components/Reorder/Group.tsx:72
FunctionReorderIcon
()
dev/react/src/tests/drag-to-reorder.tsx:75
FunctionReorderIcon
()
dev/react/src/examples/Drag-to-reorder.tsx:48
FunctionReorderItemComponent
( { children, style = {}, value, as = "li" as TagName, onDrag,
packages/framer-motion/src/components/Reorder/Item.tsx:58
FunctionRepro
()
dev/react/src/tests/use-scroll-target-late-ref.tsx:51
FunctionRerenderExample
()
dev/react/src/examples/useSpring.tsx:38
FunctionRevealImage
({ color, index, aspectRatio, }: { color: string index: number aspectRatio: string })
dev/react/src/tests/scroll-image-reveal.tsx:7
FunctionRootLayout
({ children, }: { children: React.ReactNode })
dev/next/app/layout.tsx:1
FunctionRotateCompose
()
dev/react/src/tests/transition-arc.tsx:247
FunctionSectionA
()
dev/react/src/tests/layout-shared-dependency.tsx:68
FunctionSectionB
()
dev/react/src/tests/layout-shared-dependency.tsx:77
FunctionSibling
()
dev/react/src/examples/Shared-layout-reparenting.tsx:18
FunctionSibling
()
dev/react/src/examples/Shared-layout-sibling-to-child.tsx:37
FunctionSibling
()
dev/react/src/examples/Shared-layout-reparenting-transform-template.tsx:38
FunctionSiblingLayoutAnimation
()
dev/react/src/tests/drag-ref-constraints.tsx:55
FunctionSiblingLayoutAnimation
()
dev/react/src/examples/Drag-constraints-ref.tsx:26
FunctionSingleImage
({ color, setOpen })
dev/react/src/tests/layout-shared-lightbox-crossfade.tsx:50
FunctionSingleImage
({ color, setIndex })
dev/react/src/examples/Shared-layout-lightbox-crossfade.tsx:30
FunctionSingleImage
({ color, setIndex })
dev/react/src/examples/Shared-layout-lightbox.tsx:50
FunctionSlider
({ label, value, min, max, step, onChange, help, }: { label: string value:
dev/react/src/examples/transition-arc-playground.tsx:148
FunctionSlider
({ label, value, min, max, step, onChange, help, }: { label: string value:
dev/react/src/examples/transition-arc-spring-playground.tsx:177
FunctionSpringVisualiser
({ transition }: any)
dev/react/src/examples/Animation-spring-css.tsx:9
FunctionStringOffsetTarget
()
dev/react/src/tests/scroll-view-timeline.tsx:48
FunctionStyleSheet
()
dev/react/src/tests/animate-custom-mix.tsx:82
FunctionStyleSheet
()
dev/react/src/tests/scroll-parallax.tsx:92
FunctionSuspendingChild
()
packages/framer-motion/src/motion/__tests__/variant.test.tsx:1512
FunctionSuspendingChild
()
packages/framer-motion/src/motion/__tests__/animate-prop.test.tsx:1321
FunctionSuspendingChild
()
dev/react/src/tests/suspense-animation-resume.tsx:13
FunctionSuspenseTest
({ shouldSuspend }: { shouldSuspend: boolean })
dev/react/src/tests/suspence.tsx:4
FunctionTabs
()
dev/react/src/tests/layout-parent-xy-offset.tsx:4
FunctionTarget
({ onProjectionUpdate }: TargetProps)
dev/react/src/examples/Drag-SharedLayout.tsx:12
FunctionTest
()
packages/framer-motion/src/motion/__tests__/static-prop.test.tsx:186
FunctionTest
()
packages/framer-motion/src/motion/__tests__/component.test.tsx:275
FunctionTest
()
dev/react/src/tests/strict-mode-opacity.tsx:4
FunctionTest
()
dev/react/src/tests/animate-cancel.tsx:4
FunctionTextReveal
({ text }: { text: string })
dev/react/src/tests/scroll-view-timeline-transformed-parent.tsx:28
FunctionTile
({ tile, position, id, onDragEnd, }: { tile: { id: number } position: { x: number; y:
dev/react/src/tests/drag-snap-layout-id-swap.tsx:84
FunctionTransitionConsumer
()
packages/framer-motion/src/components/MotionConfig/__tests__/MotionConfig.test.tsx:16
FunctionUseAnimateExample
()
dev/next/app/arcs/page.tsx:29
FunctionWord
({ width })
dev/react/src/examples/useViewportScroll.tsx:19
FunctionWord
({ width })
dev/react/src/examples/useScroll.tsx:18
FunctionWord
({ width })
dev/react/src/examples/Animation-height-auto-display-none.tsx:138
FunctionWord
({ width })
dev/react/src/examples/Animation-height-auto-rotate-scale.tsx:137
Function_isFinished
()
packages/framer-motion/src/animation/animators/waapi/__tests__/polyfill.js:1361
Function_needsTick
()
packages/framer-motion/src/animation/animators/waapi/__tests__/polyfill.js:1498
Function_totalDuration
()
packages/framer-motion/src/animation/animators/waapi/__tests__/polyfill.js:1371
Functionadd
()
dev/react/src/tests/drag-tabs.tsx:21
Methodadd
(name: string)
packages/framer-motion/src/value/use-will-change/WillChangeMotionValue.ts:14
Methodadd
(handler: Handler)
packages/motion-utils/src/subscription-manager.ts:8
Methodadd
* Target elements resolved from a selector or Element, each assigned a * `view-transition-name` automatically. * * Passing a second tar
packages/motion-dom/src/view/index.ts:98
Methodadd
(child: WithDepth)
packages/motion-dom/src/projection/utils/flat-tree.ts:9
Methodadd
(node: IProjectionNode)
packages/motion-dom/src/projection/shared/stack.ts:9
FunctionaddChild
(child: VisualElement)
packages/motion-dom/src/render/VisualElement.ts:527
FunctionaddItem
()
dev/react/src/tests/layout-percent-x-flex.tsx:25
FunctionaddPageScroll
({ top, right, bottom, left }, x, y)
dev/html/src/imports/script-assert.js:114
FunctionaddSVGValue
( element: SVGElement, state: MotionValueState, key: string, value: MotionValue )
packages/motion-dom/src/effects/svg/index.ts:40
FunctionaddStyleValue
( element: HTMLElement | SVGElement, state: MotionValueState, key: string, value: MotionValue
packages/motion-dom/src/effects/style/index.ts:12
FunctionaddVariantChild
* Add a child visual element to our set of children.
packages/motion-dom/src/render/VisualElement.ts:788
FunctionanimateSequence
( definition: AnimationSequence, options?: SequenceOptions )
packages/framer-motion/src/animation/animators/waapi/animate-sequence.ts:6
Methodanimation
()
packages/motion-dom/src/animation/AsyncMotionValueAnimation.ts:214
FunctionapplyDefaultFilter
(v: string)
packages/motion-dom/src/value/types/complex/filter.ts:9
MethodapplyProjectionStyles
( targetStyle: any, // CSSStyleDeclaration - doesn't allow numbers to be assigned to properties
packages/motion-dom/src/projection/node/create-projection-node.ts:1987
MethodattachTimeline
* Attaches a timeline to the animation, for instance the `ScrollTimeline`.
packages/motion-dom/src/animation/NativeAnimation.ts:249
MethodattachTimeline
(timeline: TimelineWithFallback)
packages/motion-dom/src/animation/GroupAnimation.ts:41
FunctionbindToMotionValue
(key: string, value: MotionValue)
packages/motion-dom/src/render/VisualElement.ts:538
MethodblockUpdate
()
packages/motion-dom/src/projection/node/create-projection-node.ts:620
← previousnext →1,501–1,600 of 1,999, ranked by callers