hoverStart method
void
hoverStart()
Implementation
void hoverStart() {
animateTo("hover", hover, 1, animation.hoverDuration!, animation.hoverCurve!);
hoverAnimTarget = 1;
}
void hoverStart() {
animateTo("hover", hover, 1, animation.hoverDuration!, animation.hoverCurve!);
hoverAnimTarget = 1;
}