Animation delay update

Hello,

I need to change the animation delay of an active animation.
Currently I just set the delay to another value.
myCCAnimation->setDelayPerUnit(_mySpeed);

But this seems to have no effect on an active animation.

Is there a way to update this “online”? Or do I have to restart the animation?

greets Klaus