Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- getStartTime :: (MonadDOM m, IsSVGAnimationElement self) => self -> m Float
- getStartTime_ :: (MonadDOM m, IsSVGAnimationElement self) => self -> m ()
- getCurrentTime :: (MonadDOM m, IsSVGAnimationElement self) => self -> m Float
- getCurrentTime_ :: (MonadDOM m, IsSVGAnimationElement self) => self -> m ()
- getSimpleDuration :: (MonadDOM m, IsSVGAnimationElement self) => self -> m Float
- getSimpleDuration_ :: (MonadDOM m, IsSVGAnimationElement self) => self -> m ()
- beginElement :: (MonadDOM m, IsSVGAnimationElement self) => self -> m ()
- beginElementAt :: (MonadDOM m, IsSVGAnimationElement self) => self -> Maybe Float -> m ()
- endElement :: (MonadDOM m, IsSVGAnimationElement self) => self -> m ()
- endElementAt :: (MonadDOM m, IsSVGAnimationElement self) => self -> Maybe Float -> m ()
- getTargetElement :: (MonadDOM m, IsSVGAnimationElement self) => self -> m SVGElement
- newtype SVGAnimationElement = SVGAnimationElement {}
- gTypeSVGAnimationElement :: JSM GType
- class (IsSVGElement o, IsElement o, IsNode o, IsEventTarget o, IsSlotable o, IsParentNode o, IsNonDocumentTypeChildNode o, IsDocumentAndElementEventHandlers o, IsChildNode o, IsAnimatable o, IsGlobalEventHandlers o, IsElementCSSInlineStyle o, IsSVGTests o, IsSVGExternalResourcesRequired o, IsGObject o) => IsSVGAnimationElement o
- toSVGAnimationElement :: IsSVGAnimationElement o => o -> SVGAnimationElement
Documentation
getStartTime :: (MonadDOM m, IsSVGAnimationElement self) => self -> m Float Source #
getStartTime_ :: (MonadDOM m, IsSVGAnimationElement self) => self -> m () Source #
getCurrentTime :: (MonadDOM m, IsSVGAnimationElement self) => self -> m Float Source #
getCurrentTime_ :: (MonadDOM m, IsSVGAnimationElement self) => self -> m () Source #
getSimpleDuration :: (MonadDOM m, IsSVGAnimationElement self) => self -> m Float Source #
getSimpleDuration_ :: (MonadDOM m, IsSVGAnimationElement self) => self -> m () Source #
beginElement :: (MonadDOM m, IsSVGAnimationElement self) => self -> m () Source #
beginElementAt :: (MonadDOM m, IsSVGAnimationElement self) => self -> Maybe Float -> m () Source #
endElement :: (MonadDOM m, IsSVGAnimationElement self) => self -> m () Source #
endElementAt :: (MonadDOM m, IsSVGAnimationElement self) => self -> Maybe Float -> m () Source #
getTargetElement :: (MonadDOM m, IsSVGAnimationElement self) => self -> m SVGElement Source #
newtype SVGAnimationElement Source #
Functions for this inteface are in JSDOM.SVGAnimationElement. Base interface functions are in:
Instances
class (IsSVGElement o, IsElement o, IsNode o, IsEventTarget o, IsSlotable o, IsParentNode o, IsNonDocumentTypeChildNode o, IsDocumentAndElementEventHandlers o, IsChildNode o, IsAnimatable o, IsGlobalEventHandlers o, IsElementCSSInlineStyle o, IsSVGTests o, IsSVGExternalResourcesRequired o, IsGObject o) => IsSVGAnimationElement o Source #
Instances
IsSVGAnimationElement SVGSetElement Source # | |
Defined in JSDOM.Types | |
IsSVGAnimationElement SVGAnimationElement Source # | |
Defined in JSDOM.Types | |
IsSVGAnimationElement SVGAnimateTransformElement Source # | |
Defined in JSDOM.Types | |
IsSVGAnimationElement SVGAnimateMotionElement Source # | |
Defined in JSDOM.Types | |
IsSVGAnimationElement SVGAnimateElement Source # | |
Defined in JSDOM.Types | |
IsSVGAnimationElement SVGAnimateColorElement Source # | |
Defined in JSDOM.Types |
toSVGAnimationElement :: IsSVGAnimationElement o => o -> SVGAnimationElement Source #