🐛 Fix Checkbox checked extra space (#18059)

animation end state should be preserved

close #18040
This commit is contained in:
偏右 2019-08-02 23:16:45 +08:00 committed by zombieJ
parent 6841e059b7
commit b1ac12a28a

View File

@ -31,7 +31,7 @@
border-radius: @border-radius-sm;
visibility: hidden;
animation: antCheckboxEffect 0.36s ease-in-out;
animation-fill-mode: both;
animation-fill-mode: backwards;
content: '';
}