mirror of
https://github.com/openharmony/windowmanager.git
synced 2026-07-19 17:08:11 -04:00
set dufault animation duration to 200ms
Signed-off-by: zhirong <215782872@qq.com> Change-Id: I71990328b7aa87f27a6bb89ce31e3cd5d9157ca0
This commit is contained in:
@@ -21,7 +21,7 @@ namespace Rosen {
|
||||
struct AnimationConfig {
|
||||
struct WindowAnimationConfig {
|
||||
struct AnimationTiming {
|
||||
RSAnimationTimingProtocol timingProtocol_ = 350;
|
||||
RSAnimationTimingProtocol timingProtocol_ = 200;
|
||||
RSAnimationTimingCurve timingCurve_ = RSAnimationTimingCurve::EASE_OUT;
|
||||
} animationTiming_;
|
||||
float opacity_ = 0;
|
||||
|
||||
Reference in New Issue
Block a user