Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alexharri/animation-editor
/ functions
Functions
1,040 in github.com/alexharri/animation-editor
⨍
Functions
1,040
◇
Types & classes
330
↓ 1 callers
Function
canRepresentTransform
* If the transform includes a matrix or skew, we cannot represent * the transform via a LayerTransform.
src/svg/parse/svgTree.ts:12
↓ 1 callers
Function
cancelAction
()
src/listener/requestAction.ts:88
↓ 1 callers
Function
clearElementFocus
()
src/util/focus.ts:11
↓ 1 callers
Function
closestPointOnCubicBezier
(bezier: CubicBezier, vec: Vec2)
src/util/math/closestPoint.ts:27
↓ 1 callers
Function
closestPointOnLine
([a, b]: Line, vec: Vec2)
src/util/math/closestPoint.ts:17
↓ 1 callers
Function
closestPointOnPath
( path: Line | CubicBezier, vec: Vec2, )
src/util/math/closestPoint.ts:7
↓ 1 callers
Function
compileCompositionFlow
( actionState: ActionState, compositionId: string, )
src/flow/compileCompositionFlowGraphs.ts:8
↓ 1 callers
Function
compositionLayerPropertiesFactory
( opts: CreatePropertyOptions, )
src/composition/factories/compositionLayerPropertiesFactory.ts:50
↓ 1 callers
Function
compositionLayerPropertyMap
(layerId: string, compositionState: CompositionState)
src/composition/layer/layerPropertyMap.ts:136
↓ 1 callers
Function
compute
(id: string)
src/area/util/areaRowToMinSize.ts:12
↓ 1 callers
Function
computeArea
(area: AreaLayout, contentArea: Rect)
src/area/util/areaToViewport.ts:15
↓ 1 callers
Function
computeNode
* @returns true if computed successfully, false otherwise
src/composition/manager/property/propertyManager.ts:64
↓ 1 callers
Function
computeNodeOutputsFromInputArgs
(node: FlowNode, args: unknown[])
src/flow/flowComputeNode.ts:117
↓ 1 callers
Function
computeRow
(row: AreaRowLayout, contentArea: Rect)
src/area/util/areaToViewport.ts:19
↓ 1 callers
Function
computeUnbiasedSizes
()
src/area/util/areaToViewport.ts:35
↓ 1 callers
Function
computeValueByPropertyIdForComposition
( actionState: ActionState, compositionId: string, )
src/composition/property/propertyRawValues.ts:6
↓ 1 callers
Function
constructNdArray
(dimensions: number[], defaultValue: T)
src/util/ndArray.ts:51
↓ 1 callers
Function
constructSvgStylesheet
(svgNode: ElementNode)
src/svg/svgStylesheet.ts:40
↓ 1 callers
Function
contentProperties
( opts: CreatePropertyOptions, props: Partial<EllipseProperties>, )
src/composition/factories/ellipseLayerPropertiesFactory.ts:61
↓ 1 callers
Function
contentProperties
( opts: CreatePropertyOptions, props: Partial<RectProperties>, )
src/composition/factories/rectLayerPropertiesFactory.ts:62
↓ 1 callers
Function
contentProperties
( opts: CreatePropertyOptions, props: Partial<LineProperties>, )
src/composition/factories/lineLayerPropertiesFactory.ts:16
↓ 1 callers
Function
contentProperties
( opts: CreatePropertyOptions, props: Partial<ShapeProperties>, )
src/composition/factories/shapeLayerPropertiesFactory.ts:25
↓ 1 callers
Function
crawl
(propertyId: string)
src/timeline/TimelineLayerList.tsx:79
↓ 1 callers
Function
crawl
(propertyId: string)
src/timeline/operations/timelineOperations.ts:208
↓ 1 callers
Function
crawl
(propertyId: string)
src/trackEditor/trackEditorUtils.ts:105
↓ 1 callers
Function
crawlProperty
(propertyId: string)
src/trackEditor/trackEditorUtils.ts:31
↓ 1 callers
Function
createAddLayerFn
(type: LayerType)
src/timeline/timelineContextMenu.ts:37
↓ 1 callers
Function
createAnchorGraphic
(matrix: PIXI.Matrix)
src/composition/interaction/anchorGuide.ts:7
↓ 1 callers
Function
createApplicationStateFromActionState
( actionState: ActionState, )
src/state/createApplicationStateFromActionState.ts:4
↓ 1 callers
Function
createArrayModifierFlowGraph
( propertyId: string, flowState: FlowState, )
src/flow/graph/createFlowGraph.ts:52
↓ 1 callers
Function
createCompositionFromSvgContext
( params: RequestActionParams, compositionId: string, actionState: ActionState, boundingBox: [width: numbe
src/svg/composition/compositionFromSvgContext.ts:22
↓ 1 callers
Function
createCornersGuideGraphic
(rect: Rect, matrix: PIXI.Matrix)
src/composition/interaction/rectGuide.ts:25
↓ 1 callers
Function
createFlowCompiledNodes
(actionState: ActionState, graphId: string)
src/flow/flowCompiledNodes.ts:4
↓ 1 callers
Function
createGlobalToNormal
(layerId: string)
src/workspace/moveTool/moveTool.ts:153
↓ 1 callers
Function
createGraphEditorNormalToViewport
( timelinePaths: (CubicBezier | Line)[][], options: { viewBounds: [number, number]; compositionLength: n
src/graphEditor/renderGraphEditor.ts:77
↓ 1 callers
Function
createInteractionManager
( compositionId: string, areaId: string, properties: PropertyManager, hitTestManager: HitTestManager, con
src/composition/manager/interaction/interactionManager.ts:51
↓ 1 callers
Function
createLayerFlowGraph
( layerId: string, flowState: FlowState, )
src/flow/graph/createFlowGraph.ts:36
↓ 1 callers
Function
createLayerPIXITransforms
(layerDimensions: LayerDimension[])
src/render/pixi/pixiTransform.ts:34
↓ 1 callers
Function
createLayerSpecificInteractionGraphics
( actionState: ActionState, layerId: string, areaId: string, matrices: LayerMatrices, )
src/composition/interaction/drawInteractions.ts:24
↓ 1 callers
Function
createNewArea
(horizontal: boolean)
src/area/handlers/areaDragFromCorner.ts:78
↓ 1 callers
Function
createNewCompSelection
()
src/composition/compositionSelectionReducer.ts:42
↓ 1 callers
Function
createNewShapeSelection
()
src/shape/shapeSelectionReducer.ts:49
↓ 1 callers
Function
createNode
(graphId: string, flowState: FlowState)
src/flow/graph/createFlowGraph.ts:7
↓ 1 callers
Function
createParentLayerViewportMatrices
( actionState: ActionState, getPropertyValue: (propertyId: string) => any, layerId: string, scale: number,
src/composition/layer/constructLayerMatrix.ts:62
↓ 1 callers
Function
createRectGuideGraphic
(rect: Rect, matrix: PIXI.Matrix)
src/composition/interaction/rectGuide.ts:7
↓ 1 callers
Function
createShapeLayerProperties
( opts: CreatePropertyOptions, props: Partial<ShapeProperties> = {}, )
src/composition/factories/shapeLayerPropertiesFactory.ts:57
↓ 1 callers
Function
cubicBezierBoundingRect
(bezier: CubicBezier)
src/util/math/boundingRect.ts:7
↓ 1 callers
Function
curveBoundingRect
(curve: Curve)
src/util/math/boundingRect.ts:105
↓ 1 callers
Function
dToPaths
(d: string)
src/svg/parse/dToCurves.ts:152
↓ 1 callers
Method
deleteGraphic
(layerId: string)
src/composition/manager/hitTest/HitTestManager.ts:32
↓ 1 callers
Method
deleteLayerGraphic
(layerId: string)
src/composition/manager/graphic/GraphicManager.ts:36
↓ 1 callers
Function
deselectLayerProperties
(params: RequestActionParams)
src/timeline/timelineHandlers.ts:564
↓ 1 callers
Function
dfs
(graphId: string, visitedInTrip: Set<string>)
src/flow/flowGraphOrder.ts:44
↓ 1 callers
Function
dfs
(node: FlowNode, visitedInTrip: Set<string>)
src/flow/flowToCompute.ts:13
↓ 1 callers
Function
dfs
(node: FlowNode, visitedInTrip: Set<string>)
src/flow/flowCompiledNodes.ts:26
↓ 1 callers
Function
dfs
(node: CompiledFlowNode)
src/composition/property/getPropertyIdsAffectedByNodes.ts:7
↓ 1 callers
Function
dfs
(nodeId: string)
src/composition/manager/property/propertyManager.ts:220
↓ 1 callers
Function
dimensionProperties
( opts: CreatePropertyOptions, props: Partial<RectProperties>, )
src/composition/factories/rectLayerPropertiesFactory.ts:17
↓ 1 callers
Function
dimensionProperties
(opts: CreatePropertyOptions)
src/composition/factories/compositionLayerPropertiesFactory.ts:9
↓ 1 callers
Function
distanceFromTranslatedX
( a: number, b: number, translate: (value: number) => number, )
src/util/math.ts:263
↓ 1 callers
Function
done
()
src/listener/requestAction.ts:52
↓ 1 callers
Function
dragProjectComp
(e: React.MouseEvent, compositionId: string)
src/project/composition/handlers/dragProjectComp.ts:10
↓ 1 callers
Function
dragProjectTimelineToArea
(e: React.MouseEvent, options: Options)
src/project/composition/handlers/dragProjectTimelineToArea.ts:10
↓ 1 callers
Function
dragProjectWorkspaceToArea
(e: React.MouseEvent, options: Options)
src/project/composition/handlers/dragProjectWorkspaceToArea.tsx:10
↓ 1 callers
Function
drawHitTestGraphic
( actionState: ActionState, layerId: string, hitTestGraphic: PIXI.Graphics, getPropertyValue: (propertyId:
src/composition/layer/layerInstances.ts:75
↓ 1 callers
Function
drawLayerSpecificPreviewGraphics
( actionState: ActionState, layerId: string, areaId: string, matrices: LayerMatrices, mousePosition: Vec2
src/composition/interaction/preview.ts:29
↓ 1 callers
Function
drawShapeLayerInteractions
( actionState: ActionState, layer: Layer, areaId: string, matrices: LayerMatrices, container: PIXI.Contai
src/composition/interaction/drawInteractions.ts:7
↓ 1 callers
Function
drawShapeLayerPreview
( actionState: ActionState, layer: Layer, areaId: string, matrices: LayerMatrices, mousePosition: Vec2,
src/composition/interaction/preview.ts:7
↓ 1 callers
Function
ellipseLayerPropertiesFactory
( opts: CreatePropertyOptions, props: Partial<EllipseProperties> = {}, )
src/composition/factories/ellipseLayerPropertiesFactory.ts:116
↓ 1 callers
Function
ellipseLayerPropertyMap
(layerId: string, compositionState: CompositionState)
src/composition/layer/layerPropertyMap.ts:103
↓ 1 callers
Function
expandRect
(rect: Rect, expandBy: number)
src/util/math.ts:208
↓ 1 callers
Function
filterIncomingTopLevelDiff
(diff: Diff, compositionId: string)
src/diff/filterIncomingTopLevelDiff.ts:3
↓ 1 callers
Function
find
(node: ElementNode)
src/svg/svgStylesheet.ts:43
↓ 1 callers
Function
findBestShortcut
(key: Key)
src/area/components/useAreaKeyboardShortcuts.ts:26
↓ 1 callers
Function
findNodesThatNodeReferences
(flowState: FlowState, nodeId: string)
src/flow/util/flowNodeAvailableIO.ts:16
↓ 1 callers
Function
findNodesThatReferenceNode
(flowState: FlowState, nodeId: string)
src/flow/util/flowNodeAvailableIO.ts:38
↓ 1 callers
Function
findPositionOfColor
(ctx: CanvasRenderingContext2D, rgbColor: RGBColor)
src/components/colorPicker/ColorPicker.tsx:113
↓ 1 callers
Function
generateGraphEditorTicksFromBounds
([a, b]: [number, number])
src/graphEditor/graphEditorUtils.ts:124
↓ 1 callers
Function
getAnimatedPropertyIds
(registry: PropertyInfoRegistry)
src/composition/property/propertyInfoMap.ts:165
↓ 1 callers
Function
getArrowDirection
( row: AreaRowLayout, oldAreaIndex: number, newAreaIndex: number, )
src/area/handlers/areaDragFromCorner.ts:37
↓ 1 callers
Function
getChildPropertyIdsRecursive
( propertyId: string, compositionState: CompositionState, )
src/composition/compositionUtils.ts:404
↓ 1 callers
Function
getCompSelection
(actionState: ActionState)
src/composition/manager/interaction/interactionManager.ts:63
↓ 1 callers
Function
getCompositionArrayModifierGroupToCountId
( actionState: ActionState, compositionId: string, )
src/composition/arrayModifier.ts:249
↓ 1 callers
Function
getCompositionManagerByAreaId
(areaId: string)
src/composition/manager/compositionManager.ts:26
↓ 1 callers
Function
getCompositionPlayback
(compositionId: string)
src/composition/compositionPlayback.ts:13
↓ 1 callers
Function
getCurrentState
()
src/state/stateUtils.ts:73
↓ 1 callers
Function
getCurrentStateFromApplicationState
(_state: ApplicationState)
src/state/stateUtils.ts:7
↓ 1 callers
Function
getDistance
(a: Vec2, b: Vec2)
src/components/common/NumberInput.tsx:9
↓ 1 callers
Function
getExpressionNodeInputDefaultValue
(valueType: ValueType)
src/flow/flowUtils.ts:224
↓ 1 callers
Function
getExpressionUpdateIO
(io: ExpressionIO, flowState: FlowState, nodeId: string)
src/flow/nodes/expression/expressionUtils.ts:4
↓ 1 callers
Function
getFlowGraphAvailableOutputs
( flowState: FlowState, graphId: string, nodeId: string, inputIndex: number, )
src/flow/util/flowNodeAvailableIO.ts:107
↓ 1 callers
Function
getFlowGraphContextMenuOptions
(options: Options)
src/flow/util/flowGraphContextMenu.ts:20
↓ 1 callers
Function
getFlowGraphExpressions
( actionState: ActionState, graphId: string, )
src/flow/flowExpressions.ts:7
↓ 1 callers
Function
getFlowGraphExternals
( actionState: ActionState, graphId: string, compiledNodes: Record<string, CompiledFlowNode>, )
src/flow/flowExternals.ts:6
↓ 1 callers
Function
getFlowNodeAffectedExternals
( actionState: ActionState, node: FlowNode, )
src/flow/flowAffectedExternals.ts:4
↓ 1 callers
Function
getFlowNodeComponent
( nodeType: FlowNodeType, )
src/flow/flowNodeComponents.ts:19
↓ 1 callers
Function
getFlowNodeDefaultState
(type: T)
src/flow/flowNodeState.ts:5
↓ 1 callers
Function
getFlowNodeLabel
(type: FlowNodeType)
src/flow/flowUtils.ts:32
↓ 1 callers
Function
getFlowPropertyNodeReferencedPropertyIds
( compositionState: CompositionState, propertyId: string, )
src/flow/flowUtils.ts:161
↓ 1 callers
Function
getFlowToCompute
( actionState: ActionState, graphId: string, compiledNodes: Record<string, CompiledFlowNode>, )
src/flow/flowToCompute.ts:3
← previous
next →
401–500 of 1,040, ranked by callers