Searched defs:LayoutAnimationConfig (Results 1 – 5 of 5) sorted by relevance
52 struct LayoutAnimationConfig { struct53 double duration; // ms54 AnimationConfig createConfig;55 AnimationConfig updateConfig;56 AnimationConfig deleteConfig;
41 export interface LayoutAnimationConfig { interface