@galacean/engine-ui 1.4.4 → 1.4.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/main.js CHANGED
@@ -871,7 +871,7 @@ exports.UIRenderer = __decorate([
871
871
  };
872
872
  /**
873
873
  * Remove all transitions.
874
- */ _proto.clearShapes = function clearShapes() {
874
+ */ _proto.clearTransitions = function clearTransitions() {
875
875
  var transitions = this._transitions;
876
876
  for(var i = 0, n = transitions.length; i < n; i++){
877
877
  transitions[i]._interactive = null;