how i can to fix this bug's ?

Godot Version

4.2

Question

i am sorry for my bad english skill

please help me to fix this bug. when my character body is moving on a Inclined floor , godot engine does play falling and wallking animations rapidly. and i dont want to play falling animation.

how can i fix this bug ?

Show code, at least condition where you choose play jump or fall animation
You can also try to enable constant speed (floor_constant_speed) for CharacterBody2D

thank you