hoverEnd method

void hoverEnd()

Implementation

void hoverEnd() {
  animateTo("hover", hover, 0, animation.hoverDuration!, animation.hoverCurve!);
  hoverAnimTarget = 0;
}