17 Commits

Author SHA1 Message Date
Carlos Ortiz García
9166baf709 refactor(core): Migrate TestBed.get to TestBed.inject ()
This is cleanup/followup for PR 

PR Close 
2019-09-09 19:10:54 -04:00
Matias Niemelä
5a582a8afd fix(ivy): ensure element removal triggers host removal animations ()
Prior to this fix Ivy would not execute any animation triggers
that exist as host bindings on an element if it is removed by
the parent template.

PR Close 
2019-01-17 09:58:50 -08:00
Matias Niemelä
e8354edcd2 test(animations): properly reference body node for SSR environments ()
PR Close 
2018-06-20 11:00:41 -07:00
Matias Niemelä
dc4a3d00d0 fix(animations): always render end-state styles for orphaned DOM nodes ()
This patch ensures that any destination animation styling (state values)
are always applied even if the DOM node is not apart of the DOM.

PR Close 
2018-06-08 16:35:26 -07:00
Vikram Subramanian
3fd3c2ac4c test(animations): fix Node.js detection in animation tests ()
PR Close 
2018-05-29 18:21:20 -04:00
Matias Niemelä
d2a86872a9 fix(animations): do not throw errors when a destroyed component is animated ()
PR Close 
2018-05-11 16:08:14 -04:00
Matias Niemelä
e1bf067090 fix(animations): report correct totalTime value even during noOp animations ()
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 
2018-02-16 18:03:31 -08:00
Misko Hevery
3d50fd7cac build: add bazel test rules for remainder of packages ()
PR Close 
2017-12-22 13:10:51 -08:00
Misko Hevery
47e251a80a build: remove main() from specs ()
PR Close 
2017-12-22 13:10:51 -08:00
Matias Niemelä
409688fe17 feat(animations): report errors when invalid CSS properties are detected ()
Closes 

PR Close 
2017-08-21 20:38:22 -05:00
Matias Niemelä
29aa8b33df fix(animations): make sure animation cancellations respect AUTO style values ()
Closes 

PR Close 
2017-08-18 23:31:10 -05:00
Victor Berchet
c723d42d0a refactor: fix typos () 2017-07-07 16:55:17 -07:00
Matias Niemelä
f85b543cc1 fix(animations): properly detect state transition changes for object literals 2017-07-07 14:58:40 -07:00
Matias Niemelä
d108479d84 fix(animations): use a lightweight renderer for non-animation components ()
This reverts commit c0981b8e13556e0481332d11f9739890593cd447.
2017-05-26 14:39:42 -06:00
Chuck Jazdzewski
c0981b8e13 Revert "fix(animations): use a lightweight renderer for non-animation components ()"
This reverts commit 3ab86bd66162ca94de46e90d2754fcdf96f78c51.
2017-05-26 08:55:23 -07:00
Matias Niemelä
3ab86bd661 fix(animations): use a lightweight renderer for non-animation components () 2017-05-25 18:54:35 -06:00
Matias Niemelä
e7d9fd8056 fix(animations): repair flicker issues with WA polyfill ()
Fixes 
Fixes 
2017-05-22 17:57:16 -06:00