/** Method to start the slide in animation */
 public void start() {
   super.start(new animation());
 }