`godot 4.2.2
`How to set speed of animation in animation player 2d ?
animation_player.speed_scale = 2 #Speed amount, greater values means faster
Replace the “animation_player” with you animation player node.