hide method

void hide()

Implementation

void hide() {
  this.offsetController.reverse();
  this.opacityController.reverse();
}