Skip to content
This repository was archived by the owner on Oct 22, 2021. It is now read-only.

Commit 72bb576

Browse files
committed
Refined keyboard animation
1 parent 36237b7 commit 72bb576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/assets/css/keyboard.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ section#keyboard.animation_state_2 > div.keyboard_row:nth-child(3) {
2525
transition: width .7s cubic-bezier(0.4, 0, 1, 1), filter .1s linear .5s;
2626
}
2727
section#keyboard.animation_state_2 > div.keyboard_row:nth-child(4) {
28-
transition: width .7s cubic-bezier(0.4, 0, 1, 1) .3s, filter .1s linear 1s;
28+
transition: width .7s cubic-bezier(0.4, 0, 1, 1) .3s, filter .1s linear .8s;
2929
}
3030
section#keyboard.animation_state_2 > div.keyboard_row:nth-child(5) {
3131
transition: width .6s cubic-bezier(0.4, 0, 1, 1) .2s, filter .1s linear .8s;

0 commit comments

Comments
 (0)