getPlayingSpeed

    Returns the actual playing speed of current animation or 0 if not playing. This speed is the speedScale property multiplied by custom_speed argument specified when calling the play(name:customBlend:customSpeed:fromEnd:) method.

    AnimationPlayer.swift:746
    final func getPlayingSpeed() -> Double

    Returns a negative value if the current animation is playing backwards.

    Other members in extension

    Types

    Type members

    Instance members