Hanxing Yang
Hanxing Yang
Reopening as issue occurs again after merge of #1713.
4. To make it possible to bind one animation to multiple states at the same time, we should put all animations in one place, e.g., `fAnimations`.
Now in builder, all the animations are frame animations, based on https://github.com/goplus/spx/pull/303 we do configure like this: * Set `frameFrom` & `frameTo` to specify frames, do not set `from` &...
fixed by #303
> However, I suggest using the `YYYY-MM-DD HH:mm` format for the date field It is better to include timezone info in `date`. > in /goplus.org/public/blog/ The `public/` folder exposes its...
> using the format YYYY-MM-DD HH:mm±HH:mm for standardizing date and time notation > > ``` > 2024-03-21 14:30:00+08:00 > ``` LGTM > maybe in the `/goplus.org/blog` I recommend `/goplus.org/articles`, because...
> if suggestion means placing blog.md files under /goplus/articles/blog I intend `articles` to hold only blog posts (short for `blog-articles`). ``` /goplus └── articles/ └── *.md ``` We can introduce...
Consider details about the process of "touching" between A & B, it can be devided into several stages: 1. The first time the engine found that there is an overlap...
* touching * distanceTo * glide * goto
related: #642