Hierarchy (view full)

Constructors

Properties

bmAnimation: default
isDestroyed: boolean = false

是否已经被销毁

Since

1.1.0

Methods

  • Returns boolean

  • Returns boolean

  • Returns boolean

  • Returns boolean

  • Returns boolean

  • Parameters

    • durationMillis: number

    Returns boolean

  • When this animation should start relative to the start time. This is most useful when composing complex animations using an BmAnimationSet where some of the animations components start at different times.

    Parameters

    • delayMillis: number

      When this Animation should start, in milliseconds from the start time of the root AnimationSet.

    Returns boolean

  • Parameters

    • delayMillis: number

    Returns boolean

  • Parameters

    • repeatMode: number

    Returns boolean

  • Parameters

    • repeatCount: number

    Returns boolean

  • If fillEnabled is true, the animation will apply the value of fillBefore. Otherwise, fillBefore is ignored and the animation transformation is always applied until the animation ends.

    Parameters

    • fillMode: number

      #FILL_BEFORE or #FILL_AFTER

    Returns boolean

  • Parameters

    Returns void

  • 设置名称

    Parameters

    • name: string

    Returns void

    Since

    1.1.0

  • 获取名称

    Returns string

    Since

    1.1.0

  • 仅适用用户主动触发的销毁

    Returns void

    Since

    1.1.0