reanimate-1.1.2.1: Animation library based on SVGs.

CopyrightWritten by David Himmelstrup
LicenseUnlicense
Maintainerlemmih@gmail.com
Stabilityexperimental
PortabilityPOSIX
Safe HaskellNone
LanguageHaskell2010

Reanimate.Debug

Description

 
Synopsis

Documentation

traceSVG :: SVG -> a -> a Source #

Add SVG image to trace stack.

traceA :: Animation -> a -> a Source #

Add animation to trace stack.

playTraces :: a -> Animation Source #

Evaluate argument and play back the trace stack.