Commit e19703fd authored by wutao's avatar wutao Committed by Commit Bot

ambient: Change the photo view animation time

Change the transition animation duration to 500 ms.

Bug: b/162782654
Test: manual
Change-Id: Ic7ee30843bc04c4666a29e56ff859343acb29b73
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2337376Reviewed-by: default avatarXiaohui Chen <xiaohuic@chromium.org>
Commit-Queue: Tao Wu <wutao@chromium.org>
Cr-Commit-Position: refs/heads/master@{#794735}
parent 25af831a
...@@ -12,7 +12,7 @@ namespace ash { ...@@ -12,7 +12,7 @@ namespace ash {
// Duration of the slide show animation. Also used as |delay| in posted task to // Duration of the slide show animation. Also used as |delay| in posted task to
// download images. // download images.
constexpr base::TimeDelta kAnimationDuration = constexpr base::TimeDelta kAnimationDuration =
base::TimeDelta::FromMilliseconds(250); base::TimeDelta::FromMilliseconds(500);
// The default interval to refresh photos. // The default interval to refresh photos.
// TODO(b/139953713): Change to a correct time interval. // TODO(b/139953713): Change to a correct time interval.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment