You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: update to Angular 5 animations and add support for AnimationBuilder (#1114)
* wip: all styles are valid
* refactor: use the transition animation engine from angular
* refactor: provide a mocked document object with body (wip)
* refactor: use property names list from CssAnimationProperty for
validation
* fix: include "transform" in valid animation property names
* refactor: remove old private imports
* refactor: unify parentNode access
The logic for setting/getting template parent is delegated to the ViewBase class.
* refactor: remove NativeScriptAnimationEngine
* chore(ng-sample): update deps
* fix: ignore setting property of 'null' objects
* refactor: provide fake document object when bootstrapping the app
* feat: provide support for AnimationBuilder
* refactor: provide fake polyfill for global.document
* chore: unpin rxjs versions
* test: fix mocks
* docs(Animations): add comment for using fake body object in Driver
0 commit comments