stopFading method
dynamic
stopFading()
Implementation
stopFading() {
var weightInterpolant = _weightInterpolant;
if (weightInterpolant != null) {
_weightInterpolant = null;
_mixer._takeBackControlInterpolant(weightInterpolant);
}
return this;
}