Function AnimationPlayer.getPlayingSpeed
Gets the actual playing speed of current animation or 0 if not playing. This speed is the playbackSpeed
property multiplied by custom_speed
argument specified when calling the play
method.
double getPlayingSpeed() nothrow @nogc const;