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