1. 程式人生 > >漸入效果

漸入效果

key bsp frame keyframes width 動態 100% load wid

進度條動態

@keyframes load {
0% {
width:0%;
}
100% {
width:100%;
}
}

漸入效果