mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
3d8f827ec7
**Before:** ```ts animate( timings: string | number, styles?: AnimationStyleMetadata | AnimationKeyframesSequenceMetadata | null ): AnimationAnimateMetadata; ``` **Now:** ```ts function animate( timings: string | number, styles?: AnimationStyleMetadata | AnimationKeyframesSequenceMetadata | null ): AnimationAnimateMetadata; ``` PR Close #58561