- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
void' is not a subtype of type 'RequestAnimationFrameCallback' of 'callba-6ren">
以下代码抛出异常 "type '([int]) => void' is not a subtype of type 'RequestAnimationFrameCallback' of 'callback'."
import 'dart:html';
void main() {
window.animationFrame.then((time) => print("test"));
}
window.animationFrame.then
至
window.requestAnimationFrame
,一切都按预期工作。我是否误解了 Dart future 的运作方式?
最佳答案
用法看起来不错。
您运行的旧版本尚未实现文档中指定的行为,或者它只是一个错误。我会继续在 http://dartbug.com/new 上提交问题
关于dart - 如何在 Dart 中使用 animationFrame?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15470299/
我正在尝试创建一个可以启动这个游戏的类,作为我的游戏类的方法。正如您所看到的,我将请求动画帧添加为方法内的函数,但它给了我一个错误:“超出了最大调用堆栈大小” function Game(){
以下代码抛出异常 "type '([int]) => void' is not a subtype of type 'RequestAnimationFrameCallback' of 'callba
尝试使用 RXJS 和 Scheduler。最后,我想在滚动事件上有一个请求动画帧。 问题:我收到类型错误:Property animationFrame doesn't exsist on type
我有两个可观察对象Observable.of(0,animationFrame)和Observable.fromEvent(window, 'scroll')。我想将它们组合起来,以便仅在animat
我是一名优秀的程序员,十分优秀!