HomeUsageComponents
SVG
parsePathgetPointAtLengthinterpolatePathbInterpolatePathgetLengthAtX
Math
incdectoRadtoDegminmaxclampbetweenapproximatesatan2cubicBezier
CoordinatesString
Array
getfindcontains
Transitions
Animations
useValuesuseDifftimingloopdelaydecayspringbInterpolateinterpolateColorbInterpolateColorsnapPointmoving
Transformations
translateZtransformOrigin
Gestures
onScrollonGestureEventpanGestureHandlerhorizontalPanGestureHandlerverticalPanGestureHandlerwithSpringwithDecaywithOffsetpreserveMultiplicativeOffset

get(nodes: Adaptable[], index:Adaptable, notFound: Node): Node

Returns the node from the list of nodes at the specified index. If not, it returns the notFound node.

get(values: Node[], index: Node, notFound: Node) => Node