mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 07:56:28 +08:00
tweak animation arguments
This commit is contained in:
parent
5e37710ecb
commit
041173f059
@ -19,8 +19,8 @@
|
||||
right: -1px;
|
||||
border-radius: inherit;
|
||||
border: 0 solid @primary-color;
|
||||
opacity: 0.2;
|
||||
animation: fadeEffect 2s cubic-bezier(0.2, 1, 0.3, 1), waveEffect .4s cubic-bezier(0.2, 1, 0.3, 1);
|
||||
opacity: 0.16;
|
||||
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;
|
||||
display: block;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user