From 298ec43f27eb9a031c7168675c40ab5be47396ec Mon Sep 17 00:00:00 2001 From: Guy Carmeli Date: Tue, 12 Feb 2019 09:42:22 +0200 Subject: [PATCH] Add waitForRender to root animation options --- lib/src/interfaces/Options.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/src/interfaces/Options.ts b/lib/src/interfaces/Options.ts index edd6c1cfbac..bfe40920606 100644 --- a/lib/src/interfaces/Options.ts +++ b/lib/src/interfaces/Options.ts @@ -694,6 +694,10 @@ export interface OptionsAnimationProperties { * Animate the element over rotation */ rotation?: OptionsAnimationPropertyConfig; + /** + * Wait for the root view to render before start animation + */ + waitForRender?: boolean; } export interface IconInsets {