tweak animation arguments

pull/11807/head
afc163 7 years ago
parent 5e37710ecb
commit 041173f059

@ -19,8 +19,8 @@
right: -1px; right: -1px;
border-radius: inherit; border-radius: inherit;
border: 0 solid @primary-color; border: 0 solid @primary-color;
opacity: 0.2; opacity: 0.16;
animation: fadeEffect 2s cubic-bezier(0.2, 1, 0.3, 1), waveEffect .4s cubic-bezier(0.2, 1, 0.3, 1); animation: fadeEffect 2.2s cubic-bezier(0.2, 1, 0.3, 1), waveEffect .4s cubic-bezier(0.2, 1, 0.3, 1);
animation-fill-mode: forwards; animation-fill-mode: forwards;
display: block; display: block;
} }

Loading…
Cancel
Save