Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AnimationClip: default constructor parameters (#27956)
This makes AnimationClip easier to use without providing initial tracks, f.e. ```js const clip = new AnimationClip(); // ...any time later... clip.tracks.push(...keyframeTracks) clip.resetDuration() ```
- Loading branch information