animate( () => { index++; if (index > 9) { index = 0; } const res = { lineDash, lineDashOffset: -index, }; // Returns the configurations to be modified in this ...
確定! 回上一頁