cheney.s
cheney.s
I want to handle site layout with @Decorated and @EmbedAs, but the @EmbedAs page can't be rendered in decorated page.
### Search before asking - [x] 我在 [issues](https://github.com/tw93/Pake/issues?q=) 列表中搜索,没有找到类似的内容。 I searched in the [issues](https://github.com/tw93/Pake/issues?q=) and found nothing similar. ### Pake version 3.1.1 ### System version Windows 11 ### Node.js version...
### 描述错误 属性 from 和 to 都设置为0,再修改to的值,调用 play()方法动画不播放 ### 复现步骤 `````` 1. toNum = 10, numberAnimationInstRef.play() 正常 2. toNum = 0, numberAnimationInstRef.play() 正常 3. toNum = 10, numberAnimationInstRef.play() 不正常 ###...