Safe Haskell | None |
---|---|
Language | Haskell2010 |
- getAnimations :: (MonadDOM m, IsAnimatable self) => self -> m [Animation]
- getAnimations_ :: (MonadDOM m, IsAnimatable self) => self -> m ()
- newtype Animatable = Animatable {}
- gTypeAnimatable :: JSM GType
- class IsGObject o => IsAnimatable o
- toAnimatable :: IsAnimatable o => o -> Animatable
Documentation
getAnimations :: (MonadDOM m, IsAnimatable self) => self -> m [Animation] Source #
getAnimations_ :: (MonadDOM m, IsAnimatable self) => self -> m () Source #
newtype Animatable Source #
Functions for this inteface are in JSDOM.Animatable.
class IsGObject o => IsAnimatable o Source #
toAnimatable :: IsAnimatable o => o -> Animatable Source #