Safe Haskell | None |
---|---|
Language | Haskell2010 |
JSDOM.Generated.AnimationEvent
Synopsis
- newAnimationEvent :: (MonadDOM m, ToJSString type') => type' -> Maybe AnimationEventInit -> m AnimationEvent
- getAnimationName :: (MonadDOM m, FromJSString result) => AnimationEvent -> m result
- getElapsedTime :: MonadDOM m => AnimationEvent -> m Double
- newtype AnimationEvent = AnimationEvent {}
- gTypeAnimationEvent :: JSM GType
Documentation
newAnimationEvent :: (MonadDOM m, ToJSString type') => type' -> Maybe AnimationEventInit -> m AnimationEvent Source #
getAnimationName :: (MonadDOM m, FromJSString result) => AnimationEvent -> m result Source #
getElapsedTime :: MonadDOM m => AnimationEvent -> m Double Source #
newtype AnimationEvent Source #
Functions for this inteface are in JSDOM.AnimationEvent. Base interface functions are in:
Constructors
AnimationEvent | |
Fields |
Instances
PToJSVal AnimationEvent Source # | |
Defined in JSDOM.Types Methods pToJSVal :: AnimationEvent -> JSVal # | |
PFromJSVal AnimationEvent Source # | |
Defined in JSDOM.Types Methods pFromJSVal :: JSVal -> AnimationEvent # | |
ToJSVal AnimationEvent Source # | |
Defined in JSDOM.Types | |
FromJSVal AnimationEvent Source # | |
Defined in JSDOM.Types Methods fromJSVal :: JSVal -> JSM (Maybe AnimationEvent) # fromJSValUnchecked :: JSVal -> JSM AnimationEvent # fromJSValListOf :: JSVal -> JSM (Maybe [AnimationEvent]) # fromJSValUncheckedListOf :: JSVal -> JSM [AnimationEvent] # | |
MakeObject AnimationEvent Source # | |
Defined in JSDOM.Types Methods makeObject :: AnimationEvent -> JSM Object # | |
IsEvent AnimationEvent Source # | |
Defined in JSDOM.Types | |
IsGObject AnimationEvent Source # | |
Defined in JSDOM.Types Methods typeGType :: AnimationEvent -> JSM GType |