refactor(animations): single animation engine code pass
This commit is contained in:

committed by
Jason Aden

parent
16c8167886
commit
8a6eb1ac78
@ -46,7 +46,7 @@ export class AnimationRendererFactory implements RendererFactory2 {
|
||||
this.delegate.begin();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
end() {
|
||||
this._zone.runOutsideAngular(() => this._engine.flush());
|
||||
if (this.delegate.end) {
|
||||
|
Reference in New Issue
Block a user