DevCloudFE / vue-devui

UI components based on Vue3 and DevUI Design
https://vue-devui.github.io
MIT License
1.01k stars 291 forks source link

✨ [Feature]: Fullscreen 增加过渡动画相关 API #1890

Open CoderSerio opened 2 weeks ago

CoderSerio commented 2 weeks ago

What problem does this feature solve

背景现状

FullScreen 打开即瞬间出现,关闭即瞬间消失,交互有一点生硬。

What does the proposed API look like

希望得到的改进

希望能增加一些过渡动画相关的API,比如 animation-duration: (time)animation-type 能够设置过渡动画及其持续时间。 过渡动画可以考虑如下几种模式:

补充

如果可以的话,也希望把这个 issue 作为一个 good first issue,有一些开源新人希望能够从这里开始