DOM Scene and Story adapter. Both of them are similar. No need for 2 separated classes. Gets and sets properties from HTMLElements. Maps the animation property names into DOM attributes.

Hierarchy (view full)

Implements

  • _DOMAdapter

Constructors

Properties

$scene: JQuery<HTMLElement>
compStyle: CSSStyleDeclaration
htmlElement: HTMLElement
isVirtual: boolean

Methods

  • Parameters

    • Optionalargs: BeamToIXArgs

    Returns void

  • Requests the DOM engine the calculated information for CSS property.

    Returns any

  • Parameters

    • propName: string
    • Optionalargs: BeamToIXArgs

    Returns any

  • Parameters

    • selector: string
    • iterator: ((element: PElement, index: uint) => void)
        • (element, index): void
        • Parameters

          Returns void

    Returns void

  • Parameters

    • propName: string
    • value: any
    • Optionalargs: BeamToIXArgs

    Returns void

  • Parameters

    • waitItem: WaitFor
    • onDone: DoneFunc
    • Optionalargs: BeamToIXArgs

    Returns void