angular-cn/packages/animations/src
Matias Niemelä e1bf067090 fix(animations): report correct totalTime value even during noOp animations (#22225)
This patch ensures that if the NoopAnimationsModule is used then it will
correctly report the associated `totalTime` property within the emitted
AnimationEvent instance when an animation event trigger is fired.

BREAKING CHANGE: When animation is trigged within a disabled zone, the
associated event (which an instance of AnimationEvent) will no longer
report the totalTime as 0 (it will emit the actual time of the
animation). To detect if an animation event is reporting a disabled
animation then the `event.disabled` property can be used instead.

PR Close #22225
2018-02-16 18:03:31 -08:00
..
players fix(animations): report correct totalTime value even during noOp animations (#22225) 2018-02-16 18:03:31 -08:00
animation_builder.ts docs(animations): add documentation for new animation features 2017-05-19 12:52:04 -07:00
animation_event.ts fix(animations): report correct totalTime value even during noOp animations (#22225) 2018-02-16 18:03:31 -08:00
animation_metadata.ts fix(animations): report correct totalTime value even during noOp animations (#22225) 2018-02-16 18:03:31 -08:00
animations.ts docs(animations): add documentation for new animation features 2017-05-19 12:52:04 -07:00
private_export.ts feat(animations): introduce a wave of new animation features 2017-05-16 17:39:57 -07:00
util.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
version.ts refactor(core): remove getters for packages/animations, language-service, platform-browser, router (#19151) 2017-09-20 12:38:37 -07:00