Commit 4d4c3a72 authored by Wei Lee's avatar Wei Lee Committed by Commit Bot

[CCA] Change the camera folder announcement auto-dismiss timeout

Change from 12s to 6s.

Bug: 1133935
Test: Manually
Change-Id: Ie453082c0943c29f66b60f8faf2fd32b7776f304
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2448716
Commit-Queue: Wei Lee <wtlee@chromium.org>
Commit-Queue: Shik Chen <shik@chromium.org>
Auto-Submit: Wei Lee <wtlee@chromium.org>
Reviewed-by: default avatarShik Chen <shik@chromium.org>
Cr-Commit-Position: refs/heads/master@{#813625}
parent 24453e0e
...@@ -1125,7 +1125,7 @@ body:not(.recording-ui-paused) #record-time [i18n-content=record_video_paused_ms ...@@ -1125,7 +1125,7 @@ body:not(.recording-ui-paused) #record-time [i18n-content=record_video_paused_ms
} }
#banner.animate { #banner.animate {
animation: emerge 12000ms cubic-bezier(0.0, 0.0, 0.2, 1); animation: emerge 6000ms cubic-bezier(0.0, 0.0, 0.2, 1);
display: block; display: block;
} }
...@@ -1134,8 +1134,8 @@ body:not(.recording-ui-paused) #record-time [i18n-content=record_video_paused_ms ...@@ -1134,8 +1134,8 @@ body:not(.recording-ui-paused) #record-time [i18n-content=record_video_paused_ms
100% { 100% {
bottom: -130; bottom: -130;
} }
4%, 8%,
96% { 92% {
animation-timing-function: cubic-bezier(0.4, 0.0, 1.0, 1.0); animation-timing-function: cubic-bezier(0.4, 0.0, 1.0, 1.0);
bottom: 31px; bottom: 31px;
} }
......
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