do you mean idle animations or waiting for a period of time after space is pressed and then the character jumping?
the first one could be done with variables and adding/subtracting to them when no keys are being pushed
the second one could be done with an animation or a wait event (on space is down/or is pressed, wait X seconds the simulate platform jump)