Function: AnimationCanvas()
Call Signature
AnimationCanvas(
props
):ReactElement
Defined in: components/AnimationCanvas/index.tsx:68
A simple animatable canvas with requestAnimationFrame()
Parameters
props
AbsoluteSizingProps
& CommonProps
& Omit
<Omit
<DetailedHTMLProps
<CanvasHTMLAttributes
<HTMLCanvasElement
>, HTMLCanvasElement
>, "ref"
>, keyof AbsoluteSizingProps | keyof RelativeSizingProps | keyof CommonProps>
Returns
ReactElement
Call Signature
AnimationCanvas(
props
):ReactElement
Defined in: components/AnimationCanvas/index.tsx:73
A simple animatable canvas with requestAnimationFrame()
Parameters
props
RelativeSizingProps
& CommonProps
& Omit
<Omit
<DetailedHTMLProps
<CanvasHTMLAttributes
<HTMLCanvasElement
>, HTMLCanvasElement
>, "ref"
>, keyof AbsoluteSizingProps | keyof RelativeSizingProps | keyof CommonProps>
Returns
ReactElement