物管理前端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

1 lines
523 B

import{b as i,s as e}from"./light-Cua7cqmF.js";const{cubicBezierEaseInOut:n}=e;function $({name:t="fade-in",enterDuration:o="0.2s",leaveDuration:a="0.2s",enterCubicBezier:r=n,leaveCubicBezier:s=n}={}){return[i(`&.${t}-transition-enter-active`,{transition:`all ${o} ${r}!important`}),i(`&.${t}-transition-leave-active`,{transition:`all ${a} ${s}!important`}),i(`&.${t}-transition-enter-from, &.${t}-transition-leave-to`,{opacity:0}),i(`&.${t}-transition-leave-from, &.${t}-transition-enter-to`,{opacity:1})]}export{$ as f};