Options
All
  • Public
  • Public/Protected
  • All
Menu

Class NativeScriptAnimationDriver

Hierarchy

  • NativeScriptAnimationDriver

Implements

  • AnimationDriver

Index

Properties

Static Private validProperties

validProperties: string[]

Methods

animate

  • animate(element: NgView, keyframes: Keyframe[], duration: number, delay: number, easing: string): AnimationPlayer
  • Parameters

    • element: NgView
    • keyframes: Keyframe[]
    • duration: number
    • delay: number
    • easing: string

    Returns AnimationPlayer

computeStyle

  • computeStyle(element: NgView, prop: string): string
  • Parameters

    • element: NgView
    • prop: string

    Returns string

containsElement

  • Parameters

    Returns boolean

Private makeSelector

  • makeSelector(rawSelector: string): Selector
  • Parameters

    • rawSelector: string

    Returns Selector

matchesElement

  • matchesElement(element: NgView, rawSelector: string): boolean
  • Parameters

    • element: NgView
    • rawSelector: string

    Returns boolean

query

  • query(element: NgView, rawSelector: string, multi: boolean): NgView[]
  • Parameters

    • element: NgView
    • rawSelector: string
    • multi: boolean

    Returns NgView[]

validateStyleProperty

  • validateStyleProperty(property: string): boolean
  • Parameters

    • property: string

    Returns boolean

Private visitDescendants

  • visitDescendants(element: NgView, cb: function, cbParams: any): any
  • Parameters

    • element: NgView
    • cb: function
        • (child: NgView, result: any, params: any): boolean
        • Parameters

          • child: NgView
          • result: any
          • params: any

          Returns boolean

    • cbParams: any

    Returns any

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method