BlogArticles/2024-04/2024.4.10 开发小记.md

16 lines
561 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
{
title: "2024.4.10 开发小记",
draft: false,
type: "rambling",
created_at: "2024-04-10T23:35:00+08:00",
published_at: "2024-04-10T23:40:00+08:00",
updated_at: [ "2024-04-10T23:40:00+08:00"],
}
---
做了一晚上实验,又写了一坨屎
在写WinForm程序因为加载时间过长决定做个动画。
好消息:动画做出来了 虽然很糙
坏消息动画播完Form才开始加载
想法搞个Panel把Form分到Panel里然后在新层播动画处理好两个层的前后关系。让新的Form发完成信号。