animate-preview-0.0.0: library/Animate/Preview/Frame.hs
module Animate.Preview.Frame where frameDeltaSeconds :: Fractional a => a frameDeltaSeconds = 0.016667 frameDeltaMilliseconds :: Int frameDeltaMilliseconds = 16 msps, fps :: Int msps = 1000 fps = 60