Servo controlling function...

Also, in the example that doesn't work using the library, you wrote,
delay(20);

No wonder it was jiggling back and forth rapidly!
That's a fiftieth of a second.

Try
delay(2000);

And if they are continuous rotation, doesn't it mean that writing 90 to it will stop it?