Module

Halogen.Canvas.Animate

Package
purescript-halogen-canvas
Repository
grybiena/halogen-canvas

#Animation Source

type Animation :: (Type -> Type) -> Typetype Animation m = { animation :: DOMHighResTimestamp -> CanvasT m Unit, dimensions :: Dimensions }

#component Source

component :: forall q o m. MonadAff m => MonadRec m => Component q (Animation m) o m