tracer/src/Animation.hs

8 lines
140 B
Haskell
Raw Normal View History

2018-07-30 12:34:46 +00:00
module Animation where
import Types.Animation
animFloats :: AnimId -> Bool
animFloats (AnimId "computer" _ _) = True
animFloats _ = False