Searched defs:WindowAnimationConfig (Results 1 – 2 of 2) sorted by relevance
27 struct WindowAnimationConfig { struct28 struct AnimationTiming {31 } animationTiming_;32 float opacity_ = 0;
814 struct WindowAnimationConfig { struct815 int32_t duration_ = 0;816 std::string curveType_ = "easeOut";817 float ctrlX1_ = 0.2f;818 float ctrlY1_ = 0.0f;819 float ctrlX2_ = 0.2f;820 float ctrlY2_ = 1.0f;821 float scaleX_ = 0.0f;822 float scaleY_ = 0.0f;823 float rotationX_ = 0.0f;[all …]