|
|
|
@ -27,7 +27,7 @@ export default defineConfig({ |
|
|
|
* Used for animation when the element is displayed |
|
|
|
* @param maxOutput The larger the maxOutput output, the larger the generated css volume |
|
|
|
*/ |
|
|
|
function createEnterPlugin(maxOutput = 7) { |
|
|
|
function createEnterPlugin(maxOutput = 6) { |
|
|
|
const createCss = (index: number, d = 'x') => { |
|
|
|
const upd = d.toUpperCase(); |
|
|
|
return { |
|
|
|
|