startAnimation method
Implementation
void startAnimation(
ModelAnimation? animation, {
bool resetClock = true,
}) {
animationRef = animation;
if (resetClock) {
reset();
}
}
void startAnimation(
ModelAnimation? animation, {
bool resetClock = true,
}) {
animationRef = animation;
if (resetClock) {
reset();
}
}