setToStart method
Reverts the controller to its initial state, as it was before the start of the animation.
Implementation
@override
void setToStart() {
t = 0;
for (final effect in effects) {
effect.reset();
}
}
Reverts the controller to its initial state, as it was before the start of the animation.
@override
void setToStart() {
t = 0;
for (final effect in effects) {
effect.reset();
}
}